Skip to main content
GET
/
api
/
v0
/
wallets
/
{wallet-address}
/
claims
Get claimable balance for a wallet
curl --request GET \
  --url https://app.crown-brlv.com/api/v0/wallets/{wallet-address}/claims
{
  "available-balance": "350.50"
}

Path Parameters

wallet-address
string
required

Response

Claimable balance retrieved

available-balance
string<decimal>
required

Total available balance that can be claimed

Example:

"350.50"