This endpoint can be used to fetch offers received by a given account (High level data, open to our partners, please contact us).

Sample Response

{
  "code": 0,
  "data": {
    "pageInfo": {
      "startCursor": "MA==",
      "endCursor": "Nw==",
      "hasPreviousPage": "false",
      "hasNextPage": "false"
    },
    "assetList": [
      {
        "cursor": "MA==",
        "asset": {
          "chain": "eth",
          "chainId": "0x1",
          "contractAddress": "0x6339e5e072086621540d0362c4e3cea0d643e114",
          "tokenId": "14763",
          "name": "Opepen 14763",
          "supply": 1,
          "imagePreviewUrl": "https://i.nfte.ai/ia/m1/232195/4496359411992058243_1223618591.avif",
          "imageThumbnailUrl": "https://i.nfte.ai/ia/m1/232195/4496359411992058243_1223618591.avif",
          "collection": {
            "name": "Opepen Edition",
            "royalty": 0,
            "isVerified": true
          }
        },
        "orderData": {
          "bestBid": {
            "chain": "eth",
            "chainId": "0x1",
            "expirationTime": 1695884467,
            "listingTime": 1695883867,
            "maker": "0xea8931ffe1dfcc1e1fb3ab1ad4b4a877843533d9",
            "taker": "0x0000000000000000000000000000000000000000",
            "side": 0,
            "saleKind": 7,
            "paymentToken": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "quantity": "1",
            "priceUSD": 591.079569,
            "price": 0.3669,
            "standard": "opensea",
            "contractAddress": "0x6339e5e072086621540d0362c4e3cea0d643e114",
            "tokenId": "14763",
            "schema": "ERC721",
            "extra": ""
          }
        }
      }
    ]
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!