Docs/Wallet/Wallet token balance
Wallet token balance
GET/v1/wallet/{address}/token/{mint}Public
One token's balance + USD value for a wallet.
Path parameters
| Field | Type | Description |
|---|
addressrequired | string | Wallet address. |
mintrequired | string | Token mint. |
Query parameters
| Field | Type | Description |
|---|
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
Response fields
| Field | Type | Description |
|---|
uiAmount | number | Balance held (summed across token accounts). |
priceUsd / valueUsd | number | null | Unit price and position value. |
priceSource | string | null | indexed or jupiter. |