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

Enums

struct for typed errors of method get_contract_details_by_address

struct for typed errors of method list_tokens_by_address

struct for typed errors of method list_tokens_transfers_by_address

struct for typed errors of method list_tokens_transfers_by_transaction_hash

Functions

Though this endpoint customers can obtain information about a smart contract and its details. This can be done by the address parameter, i.e. the address of the smart contract. {note}This address is not the same as the smart contract creator address.{/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. {note}Please note that listing data from the same type will apply pagination on the results.{/note}

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} {note}Please note that listing data from the same type will apply pagination on the results.{/note}

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} {note}Please note that listing data from the same type will apply pagination on the results.{/note}