Get NFT Collection by Contract

Note that this API is still in alpha version.

  • There are no guarantees on the correctness of the data.

  • Request and response schemas may change without prior notice.

Get Nft Collection By Contract

get

/api/v1/developer/nft_alpha/collections/{chain}//{contract_address}

Authorizations
Path parameters
chainstring · enumrequired
Options: ethereum, polygon, base
contract_addressstringrequired
Responses
curl -L \
  --url '/api/v1/developer/nft_alpha/collections/{chain}/{contract_address}' \
  --header 'X-API-KEY: YOUR_API_KEY'

No body

Last updated

Was this helpful?