cURL
curl --request GET \ --url https://api.allium.so/api/v1/developer/nfts/contracts/{chain}/{contract_address} \ --header 'X-API-KEY: <api-key>'
{ "data": { "address": "<string>", "chain": "<string>", "name": "<string>", "collection": "<string>", "contract_standard": "<string>", "total_supply": 123 }, "error": "<string>" }
This API returns the NFT contract metadata associated with the contract address.
ethereum
abstract
apechain
arbitrum
arbitrum-nova
avalanche
base
optimism
polygon
shape
soneium
xai
zero
zora
Successful Response
Show child attributes
Was this page helpful?