Private Balance
Private Payments API
Private Balance
Reads the owner’s associated token account on the ephemeral RPC. Requires an Authorization: Bearer <token> header obtained from /v1/spl/login.
GET
Private Balance
Headers
Required. Authentication token issued by /v1/spl/login. Format: Bearer <token>.
Example:
"Bearer 1234567890"
Query Parameters
Owner wallet pubkey.
Example:
"Bt9oNR5cCtnfuMmXgWELd6q5i974PdEMQDUE55nBC57L"
SPL mint pubkey.
Example:
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Optional. Use mainnet for BASE_RPC_URL and EPHEMERAL_RPC_URL, devnet for BASE_DEVNET_RPC_URL and EPHEMERAL_DEVNET_RPC_URL, or provide a custom http(s) RPC URL to override the base RPC while keeping the configured ephemeral RPC.
Available options:
mainnet, devnet Example:
"mainnet"

