The Ethereum contract address of the collection.
The unique identifier of the token within the contract.
AssetTransfers Success
Get the indexing state of a transaction transfers. Retrieves the number of transfers indexed for a precise transaction hash. In each transaction, the set of all transfers for a collection is processed atomically. This route can be used to make sure the transaction is indexed. Can be called for any Cometh indexed collection.
The Ethereum contract address of the collection.
TransactionIndexingState Success
Search for transfers Retrieves a list of transfers based on provided parameters. Can be called for any Cometh indexed collection.
The search parameters.
AssetTransfers Success
Get asset transfers Retrieves a list of asset transfers for a specific token id of a contract based on provided parameters. Can be called for any Cometh indexed collection.