Skip to main content
POST
/
api
/
v0
/
claims
Submit a claim request
curl --request POST \
  --url https://api.brl.xyz/api/v0/claims \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": "100.00"
}
'
{
  "claim": {
    "id": "550e8400-e29b-41d4-a716-446655440003",
    "gross-amount": "100.00",
    "net-amount": "85.00",
    "tax-amount": "15.00",
    "fees": "0.00",
    "status": "created",
    "updated-at": "2025-09-30T19:21:57.838913Z"
  }
}

Body

application/json
amount
required

Amount to claim from reward certificates

Example:

"100.00"

Response

Claim submitted successfully

claim
object
required

Details of the submitted claim request