Skip to main content
GET
/
v1
/
wallets
/
{walletId}
/
balance
Get wallet balance
curl --request GET \
  --url https://api.ledger.so/v1/wallets/{walletId}/balance \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "walletId": "<string>",
    "balance": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer ld_live_...

Path Parameters

walletId
string
required

The wallet ID

Response

Wallet balance

ok
enum<boolean>
required
Available options:
true
data
object
required