get https://api.element.market/openapi/v1/account/assetList
This endpoint can be used to fetch NFTs owned by a given account.
Sample Response
{
"code": 0,
"data": {
"pageInfo": {
"startCursor": "MA==",
"endCursor": "MTk=",
"hasPreviousPage": "false",
"hasNextPage": "true"
},
"assetList": [
{
"cursor": "MQ==",
"asset": {
"chain": "eth",
"chainId": "0x1",
"contractAddress": "0x0581ddf7a136c6837429a46c6cb7b388a3e52971",
"tokenId": "2324",
"tokenType": "ERC721",
"name": "BlockGames Dice #2324",
"imagePreviewUrl": "https://i.nfte.ai/ig/o1/322621/7761292584250440439.webp",
"animationUrl": "",
"collection": {
"name": "BlockGames Dice c04deb",
"slug": "blockgames-dice-c04deb",
"royalty": 0,
"imageUrl": "https://i.nfte.ai/ca/i1/6462868.avif",
"isVerified": false
}
},
"orderData": {
"bestAsk": {
"chain": "eth",
"chainId": "0x1",
"expirationTime": 1695877181,
"listingTime": 1695873582,
"maker": "0xf7b861fba42096fe5cf194286e9a4786230a1e9f",
"taker": "0x0000000000000000000000000000000000000000",
"side": 1,
"saleKind": 0,
"paymentToken": "0x0000000000000000000000000000000000000000",
"quantity": "1",
"priceUSD": 92.098874,
"price": 0.0574,
"standard": "opensea",
"contractAddress": "0x0581ddf7a136c6837429a46c6cb7b388a3e52971",
"tokenId": "2324",
"schema": "ERC721",
"extra": ""
},
"bestBid": {
"chain": "eth",
"chainId": "0x1",
"expirationTime": 1695917182,
"listingTime": 1695830797,
"maker": "0x554dc4d438d5b025498b5b7d6b88e792af9aa32e",
"taker": "0x0000000000000000000000000000000000000000",
"side": 0,
"saleKind": 7,
"paymentToken": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"quantity": "2",
"priceUSD": 117.19201,
"price": 0.073,
"standard": "opensea",
"contractAddress": "0x0581ddf7a136c6837429a46c6cb7b388a3e52971",
"tokenId": "0",
"schema": "ERC721",
"extra": ""
}
}
}
]
}
}