Enums

struct for typed errors of method get_token_details_by_contract_address

struct for typed errors of method list_confirmed_tokens_transfers_by_address

struct for typed errors of method list_tokens_by_address

struct for typed errors of method list_tokens_transfers_by_transaction_hash

struct for typed errors of method list_unconfirmed_tokens_transfers_by_address

Functions

Though this endpoint customers can obtain information about token details. This can be done by providing the contact address parameter. {note}This address is not the same as the smart contract creator address.{/note}

Through this endpoint customers can obtain a list with confirmed token transfers by the address attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for confirmed tokens not coins.{/note}

Through this endpoint customers can obtain token data by providing an attribute - address. The information that can be returned can include the contract address, the token symbol, type and balance.

Through this endpoint customers can obtain a list with token transfers by the transactionHash attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for tokens not coins.{/note}

Through this endpoint customers can obtain a list with unconfirmed token transfers by the address attribute. Token transfers may include information such as addresses of the sender and recipient, token name, token symbol, etc. {note}This refers only to transfers done for unconfirmed tokens not coins.{/note}