Token
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /wallets/tokens | Get all token information from the blockchain network that follows the ERC-20 standard. |
Token Balance
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /wallets/tokens/:tokenId/balance | Get amount information of tokens owned by a specific wallet address. |
Token Transaction History
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /wallets/tokens/:tokenId/transactions | Get token transaction history for a specific wallet address. |
Token Allowance
| HTTP Method | Endpoint | Description |
|---|---|---|
| GET | /wallets/tokens/:tokenId/allowance | Get information about allowance, which is the information that the spender is allowed to use the owner's token. |
