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

Sample Response

{
  "code": 0,
  "data": {
    "pageInfo": {
      "startCursor": "MA==",
      "endCursor": "MTk=",
      "hasPreviousPage": "false",
      "hasNextPage": "true"
    },
    "assetList": [
      {
        "cursor": "MA==",
        "asset": {
          "chain": "eth",
          "chainId": "0x1",
          "contractAddress": "0x34eebee6942d8def3c125458d1a86e0a897fd6f9",
          "tokenId": "6285",
          "name": "Checks 6285",
          "supply": 1,
          "imagePreviewUrl": "https://i.nfte.ai/io/o1/229616/5344812379252735556_118110116.svg",
          "collection": {
            "name": "Checks - VV Edition",
            "slug": "vv-checks",
            "royalty": 0,
            "imageUrl": "https://storage.nfte.ai/asset/collection/featured/YVXVFENSYNRSTSGRMOYYDHOJRSCKICIR.svg",
            "isVerified": true
          }
        },
        "orderData": {
          "accountOrder": {
            "chain": "eth",
            "chainId": "0x1",
            "expirationTime": 1698387496,
            "listingTime": 1695869496,
            "maker": "0x4cec924686aa44056eb36064abe887d6af0d7cff",
            "taker": "0x0000000000000000000000000000000000000000",
            "side": 1,
            "saleKind": 0,
            "paymentToken": "0x0000000000000000000000000000000000000000",
            "quantity": "1",
            "priceUSD": 748.897568,
            "price": 0.4652,
            "standard": "opensea",
            "contractAddress": "0x34eebee6942d8def3c125458d1a86e0a897fd6f9",
            "tokenId": "6285",
            "schema": "ERC721",
            "extra": ""
          }
        }
      }
    ]
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!