Private Balance
Private Payments API
私密余额
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
请求头
Required. Authentication token issued by /v1/spl/login. Format: Bearer <token>.
示例:
"Bearer 1234567890"
查询参数
Owner wallet pubkey.
示例:
"Bt9oNR5cCtnfuMmXgWELd6q5i974PdEMQDUE55nBC57L"
SPL mint pubkey.
示例:
"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.
可用选项:
mainnet, devnet 示例:
"mainnet"

