cURL
curl --request GET \ --url https://api.lava.so/v1/wallet \ --header 'Authorization: Bearer <token>'
{ "wallet_id": "<string>", "balance": "50.00" }
Get the wallet and current balance for the authenticated account. Requires a merchant secret key (aks_live_* / aks_test_*).
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Wallet details
Unique identifier for the wallet
Current available balance in USD, as a decimal string
"50.00"