cURL
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" } }
Execute claims for specified operation IDs to a destination wallet address
Amount to claim from reward certificates
"100.00"
Claim submitted successfully
Details of the submitted claim request
Show child attributes