πŸ’«COLLECTION

The "collection" endpoint of the Certhis API allows you to interact with the various collections of NFTs that are managed by the Certhis platform. Using the endpoint, you can perform various actions

GET Single Collection

Example of request:

https://api.certhis.io/collection

Query Parameters

ParameterDescription

collection_id

the int representing the ID of the Collection on the certhis smart contract

contract_id

the id representing the contract adress of the collection

Another query parameters group

collection_address

the string representing the contract adress of the collection

chain_id

the int representing the ID of network of the collection deployed on certhis

Another query parameter that can work with only 1 parameter

ParameterDescription

collection_index

the int representing the ID of the Collection

GET Multiple Collections

Example of request:

https://api.certhis.io/collections

Query Parameters

ParameterDescription

per_page

the int representing how many collections per page (max 10)

page

the int representing page number

creator

the string representing the Creator Addres

label_index

the int representing Label Certhis Index

label_id

the int representing label smart contract id (need to be send with contract id)

contract_id

the int representing contract certhis id

search

the string representing the Search by Collection name

GET Collection Assets

Example of request:

https://api.certhis.io/collection/attributes

Query Parameters

ParameterDescription

collection_index

the int representing the ID of the Collection

Last updated