cURL
curl --request GET \ --url https://api.ledger.so/v1/wallets/{walletId}/balance \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": { "walletId": "<string>", "balance": "<string>" } }
Returns the current balance of a wallet.
Pass your API key as a Bearer token: Authorization: Bearer ld_live_...
Authorization: Bearer ld_live_...
The wallet ID
Wallet balance
true
Show child attributes