Module cryptoapis::apis::tokens_api[][src]

Enums

ListTokensByAddressError

struct for typed errors of method list_tokens_by_address

ListTokensTransfersByAddressError

struct for typed errors of method list_tokens_transfers_by_address

ListTokensTransfersByTransactionHashError

struct for typed errors of method list_tokens_transfers_by_transaction_hash

Functions

list_tokens_by_address

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.

list_tokens_transfers_by_address

Through this endpoint customers can obtain a list with 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 tokens not coins.{/note}

list_tokens_transfers_by_transaction_hash

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}