πŸ’ΉTRANSACTIONS

GET User Activities

Example of request:

https://api.certhis.io/transaction/user

Query Parameters

ParameterDescription

user

the string representing the user wallet address

offset_id

GET NFT Activities

Example of request:

https://api.certhis.io/transaction/nft

Query Parameters

ParameterDescription

nft_id

the int representing the NFT ID

collection_address

the string representing the collection address

collection_id

the int representing the collection ID

offset_id

chain_id

GET Label Activities

Example of request:

https://api.certhis.io/transaction/label
                ?label_index=502

Parameters

ParameterDescription

label_index

the int representing label index

offset_id

label_id

GET Collection Activities

Example of request:

https://api.certhis.io/transaction/collection
                ?collection_index=502

Parameters

ParameterDescription

collection_index

the int representing collection index

offset_id

update

Last updated