cURL
curl --request GET \ --url https://api.lootexplus.com/v1/assets/explore \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "c070a82a-2798-46f9-830e-6916d8d30320", "chainId": 1868, "contractAddress": "0xfc8e7bda94874f6baa591dd70af0fda1fca201ab", "tokenId": "42", "schema": "ERC721", "name": "Cool NFT", "description": "This is a cool NFT", "imageUrl": "https://example.com/image.png", "animationUrl": "https://example.com/animation.mp4", "tokenUri": "https://example.com/metadata.json", "bestListing": { "unitPrice": "1000000000000000000", "priceSymbol": "ETH", "quantity": "1", "offerer": "0x1234567890abcdef1234567890abcdef12345678", "orderHash": "0xabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdefabcdef" }, "collection": { "id": "c070a82a-2798-46f9-830e-6916d8d30320", "slug": "cool-nft", "chainId": 1868, "contractAddress": "0xfc8e7bda94874f6baa591dd70af0fda1fca201ab", "name": "Cool NFT", "imageUrl": "https://cool-nft.com/image.png", "description": "Cool NFT", "isVerified": true } } ], "pagination": { "total": 100, "page": 1, "limit": 10 } }
Chain ID
1868
Contract address
"0xfc8e7bda94874f6baa591dd70af0fda1fca201ab"
Owner address
Search by name
Is verified
true
Has listings
Page number
1
Page size
10
Paginated list of assets
Show child attributes