cURL
curl --request POST \ --url https://api.brl.xyz/api/v0/claims \ --header 'Content-Type: application/json' \ --data ' { "operation-ids": [ "550e8400-e29b-41d4-a716-446655440001", "550e8400-e29b-41d4-a716-446655440002" ], "wallet-address": "0x1234567890abcdef1234567890abcdef12345678" } '
{ "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", "destination-wallet": "0x1234567890abcdef1234567890abcdef12345678" } }
Execute claims for specified operation IDs to a destination wallet address
Array of operation IDs to execute claims for
[ "550e8400-e29b-41d4-a716-446655440001", "550e8400-e29b-41d4-a716-446655440002"]
Destination wallet address for the claims
"0x1234567890abcdef1234567890abcdef12345678"
Claims request successfully created
Details of the executed claims request
Show child attributes
Claims request unique identifier
"550e8400-e29b-41d4-a716-446655440003"
Total gross amount of the claims
"100.00"
Net amount after taxes and fees
"85.00"
Total tax amount deducted
"15.00"
Processing fees
"0.00"
Current status of the claims request
created
failed
completed
processing
canceled
"created"
Last update timestamp
"2025-09-30T19:21:57.838913Z"
Destination wallet address