cURL
curl --request GET \ --url https://api.chainbase.online/v1/nft/collection/items \ --header 'x-api-key: <x-api-key>'
{ "data": [ { "blockchain": "<string>", "contract_address": "<string>", "token_id": "<string>", "erc_type": "<string>", "name": "<string>", "owner": "<string>", "symbol": "<string>", "image_uri": "<string>", "mint_time": 123, "mint_transaction_hash": "<string>", "token_uri": "<string>", "metadata": "<unknown>", "traits": "<unknown>", "rarity_score": 123, "rarity_rank": 123 } ], "code": 0, "message": "ok", "next_page": 123, "count": 123 }
Query NFT collection items metadata.
"demo"
chain network id, see list of details
The address of the NFT contract
The page offset
x >= 1
The desired page size limit. Less or equal than 100
1 <= x <= 100
Successful Response
Show child attributes