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

You’re viewing v0, which is deprecated. Endpoints may change or be removed.

Switch to v1 (Latest)

Response

Claimable balance retrieved

available-balance
string<decimal>
required

Total available balance that can be claimed

Example:

"350.50"