get https://api.element.market/openapi/v1/account/offerReceived
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": "MA==",
"hasPreviousPage": "false",
"hasNextPage": "false"
},
"assetList": [
{
"cursor": "MA==",
"asset": {
"chain": "eth",
"chainId": "0x1",
"contractAddress": "0x427b8efee2d6453bb1c59849f164c867e4b2b376",
"tokenId": "65530113491808381585756556732003469253224281455395840561854785138395605055784",
"name": "pretty-gazelle296.cast",
"supply": 1,
"imagePreviewUrl": "https://i.nfte.ai/io/o1/139375/1764705035245877588_613943303.svg",
"animationUrl": "",
"collection": {
"name": "BEB Domains",
"slug": "beb-domains",
"royalty": 0,
"imageUrl": "https://storage.nfte.ai/asset/collection/featured/WBITUOWKZEDMXSIQOCOFFXWMCQJRPUVE.png",
"isVerified": false
}
},
"orderData": {
"bestBid": {
"chain": "eth",
"chainId": "0x1",
"expirationTime": 1697114317,
"listingTime": 1694695116,
"maker": "0x61e9c01f1b0f88467b5a703bae144301c3ee99e6",
"taker": "0x0000000000000000000000000000000000000000",
"side": 0,
"saleKind": 7,
"paymentToken": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"quantity": "30",
"priceUSD": 0.48857700000000004,
"price": 0.0003,
"standard": "opensea",
"contractAddress": "0x427b8efee2d6453bb1c59849f164c867e4b2b376",
"tokenId": "65530113491808381585756556732003469253224281455395840561854785138395605055784",
"schema": "ERC721",
"extra": ""
}
}
}
]
}
}