Get Wallet Assets
GET /wallets/{walletId}/assets
Retrieves a list of assets owned by the specified Wallet. Note return values vary by chain as shown below.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name | Conditions |
---|---|
| Always Required |
Parameters
Path parameters
Path parameter | Description |
---|---|
| Unique identifier of the |
Response (EVM)
200 Response example
verified
contracts have been certified authentic by CoinMarketCap.
Algorand
Algorand Standard Assets
Get Algorand standard assets, or ASAs.
200 response example
Solana
Solana Program Library Token (SPL)
Get SPL tokens.
200 response example
Solana Program Library Token 2022 (SPL-2022)
Get SPL 2022 tokens.
200 response example
Stellar
Classic Stellar Assets (SEP-41)
Get classic Stellar Assets. They all implement the SEP-41 token interface.
200 response example
TON
TON TEP74 Jetton
Get Jetton.
200 response example
TRON
TRC-10
Get TRON's TRC-10 fungible tokens
200 response example
TRC-20
Get fungible tokens that implement the TRC-20 smart contract specification.
200 response example
Last updated