Get Token Holdings
get_token_holdingsSPL-token balances held by a Solana account. Returns mint, symbol, amount, decimals, USD value (if known).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1) | |
| address | Yes | Solana account public key | |
| page_size | No | 1-40 (default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Paginated SPL token holdings with mint, symbol, amount, decimals, USD value | |
| path | Yes | API endpoint path |