Sorare – Live Offers

  Kiến thức lập trình

How can i retrieve the live price of offer? I need to extract more data on market card, but seems there is no possibility. I have a python proc that compare list of my players with offers on market. This is only the Graphql query.

query OnlineOffers{
    tokens
    {
      liveSingleSaleOffers(playerSlug: "gianluca-mancini") {
        edges {   
          node {
            endDate
            status
            type
            hasTrade
            id
            #creditCardFee
            #settlementCurrencies
          }
        }
      }
    }
  }

return Data is correct but i need almost the price. If there are alternatives it’s ok too

{
  "data": {
    "tokens": {
      "liveSingleSaleOffers": {
        "edges": [
          {
            "node": {
              "endDate": "2024-07-10T15:57:00Z",
              "status": "opened",
              "type": "SINGLE_SALE_OFFER",
              "hasTrade": true,
              "id": "SingleSaleOffer:65866277-35c8-4b20-a1fb-a9d12a8354a6"
            }
          },
          {
            "node": {
              "endDate": "2024-07-10T15:59:21Z",
              "status": "opened",
              "type": "SINGLE_SALE_OFFER",
              "hasTrade": true,
              "id": "SingleSaleOffer:55e78270-eddb-4a67-8e89-89b09aae378b"
            }
          },
    enter code here
... etc ...

thanks!!

#sorare

Theme wordpress giá rẻ Theme wordpress giá rẻ Thiết kế website

LEAVE A COMMENT