Rest API Endpoints

Token

HTTP MethodEndpointDescription
GET/wallets/tokensGet all token information from the blockchain network that follows the ERC-20 standard.

Token Balance

HTTP MethodEndpointDescription
GET/wallets/tokens/:tokenId/balanceGet amount information of tokens owned by a specific wallet address.

Token Transaction History

HTTP MethodEndpointDescription
GET/wallets/tokens/:tokenId/transactionsGet token transaction history for a specific wallet address.

Token Allowance

HTTP MethodEndpointDescription
GET/wallets/tokens/:tokenId/allowanceGet information about allowance, which is the information that the spender is allowed to use the owner's token.