Collections
Get all your collection
GET
/v1/app/collections
Headers: Authentication
Query Parameters
Name
Type
Description
chain_id
String
The ID of the blockchain
address
String
The contract address (EVM) or identifier of your collection in blockchain(Non EVM)
limit
String
The limit response that you want to get.
offset
String
The index of the start item that you want to get.
Get all NFT in the collections
GET
/v1/app/collection/<address>
Headers: Authentication
Get NFT detail by token_id
GET
/v1/app/collection/<address>/<token_id>
Headers: Authentication
Last updated