Get Solana Token Balance
Dapp
Get Solana Token Balance
Returns a Solana SPL token balance and token account using backend RPC fallbacks.
GET
Get Solana Token Balance
Endpoint
GET /api/dapp/solana/usdc-balance/{address}
Returns a Solana SPL token balance and token account using backend RPC fallbacks.
Parameters
| Parameter | Location | Required | Type | Description |
|---|---|---|---|---|
address | path | Yes | string | Solana wallet address. |
mint | query | No | string | SPL token mint. Defaults to mainnet USDC. |
Usage Example
Response Structure
The generated API panel lists the response schema for status codes: 200, 400, 502. Error responses generally return anerror or message field.