πŸ–ΌοΈNFT

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

GET One NFT

Example of request:

https://api.certhis.io/nft

Query Parameters

ParameterDescription

nft_id

the int representing the nft id (token id)

collection_address

the string representing the smart contract address of the collection

refresh

forcing refreshing data

GET List of NFTs

Example of request

https://api.certhis.io/nfts

Query Parameters

ParameterDescription

collection_index

the int representing the smart contract address of the collection

per_page

the int representing the amount of results per page

label_index

the Int representing the label index

wallet_filter

the String representing the filter by Wallet (owner and creator)

minted

1 if minted, 0 if not

search

search by NFT name or ID

sellable

int representing the sellable status

attributes

json object

order_by

price or null

order_by_ad

ASC or DESC

price_r_1

int representing the minimum price time 10 power decimal chain id

price_r_2

int representing the maximum price time 10 power decimal chain id

GET List of NFTs

GET List of Labels

Example of request:

https://api.certhis.io/labels

ParameterDescription

per_page

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

page

the int representing page number

collection_index

the int representing Collection Certhis Index

label_index

the int representing Label Certhis Index

search

the string representing the Search by Collection name

owner

the string representing the Owner Address

creator

the string representing the Creator Address

wallet_filter

sellable

minted

null or 0

Last updated