cURL
curl --request GET \ --url https://testnet.walletkit.com/nfts/collection-by-address \ --header 'Authorization: Bearer <token>'
{ "network": "Ethereum", "contract_address": "<string>", "name": "<string>", "image_url": "<string>", "symbol": "<string>" }
Get NFT collection by collection address
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ethereum
Polygon
Base
Avalanche
Polkadot
Vara
address of the NFT contract