Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • 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.

    Parameters

    • contractAddress: string

      The Ethereum contract address of the collection.

    • tokenId: string

      The unique identifier of the token within the contract.

    Returns CancelablePromise<AssetTransfers>

    AssetTransfers Success

    Throws

    ApiError

  • 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.

    Parameters

    • transactionHash: string

      The Ethereum contract address of the collection.

    Returns CancelablePromise<TransactionIndexingState>

    TransactionIndexingState Success

    Throws

    ApiError

  • Search for transfers Retrieves a list of transfers based on provided parameters. Can be called for any Cometh indexed collection.

    Parameters

    Returns CancelablePromise<AssetTransfers>

    AssetTransfers Success

    Throws

    ApiError

Generated using TypeDoc