Skip to main content
GET
/
api
/
v0
/
wallets
/
{wallet-address}
/
claims
/
certificates
List claimable reward certificates for a wallet
curl --request GET \
  --url https://app.crown-brlv.com/api/v0/wallets/{wallet-address}/claims/certificates
{
  "certificates": [
    {
      "certificate-id": "550e8400-e29b-41d4-a716-446655440010",
      "status": "accruing",
      "claimable-amount": "150.25"
    }
  ],
  "total-claimable": "350.50"
}

Path Parameters

wallet-address
string
required

Response

Claimable certificates retrieved successfully

certificates
object[]
required

List of reward certificates with claimable amounts

total-claimable
string<decimal>
required

Total claimable amount across all certificates

Example:

"350.50"