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

Sample Response

{
  "code": 0,
  "data": {
    "pageInfo": {
      "startCursor": "MA==",
      "endCursor": "Mg==",
      "hasPreviousPage": "false",
      "hasNextPage": "false"
    },
    "assetList": [
      {
        "cursor": "Mg==",
        "asset": {
          "chain": "polygon",
          "chainId": "0x89",
          "contractAddress": "0x20fb7ec336958ea887a288ce49999d7d7c08529c",
          "tokenId": "0",
          "tokenType": "ERC721",
          "name": "Pandra: MelodyMaven",
          "imagePreviewUrl": "https://i.nfte.ai/ia/m101/1433953/5000343627286561592_1100613412.avif",
          "animationUrl": "",
          "collection": {
            "name": "Pandra: MelodyMaven 42e053",
            "slug": "pandra-melodymaven-42e053",
            "royalty": 0,
            "imageUrl": "https://i.nfte.ai/ia/l101/1433953/5000343627286561592_1100613412.avif",
            "isVerified": false
          }
        },
        "orderData": {
          "accountOrder": {
            "chain": "polygon",
            "chainId": "0x89",
            "expirationTime": 1696124800,
            "listingTime": 1695865547,
            "maker": "0xc0be29428e01500f98461874a2228afde9746fbf",
            "taker": "0x0000000000000000000000000000000000000000",
            "side": 0,
            "saleKind": 8,
            "paymentToken": "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
            "quantity": "10",
            "priceUSD": 0.077329818,
            "price": 0.151,
            "standard": "element-ex-v3",
            "contractAddress": "0x20fb7ec336958ea887a288ce49999d7d7c08529c",
            "tokenId": "0",
            "schema": "ERC721",
            "extra": ""
          }
        }
      }
    ]
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!