curl --request GET \
--url https://api.brl.xyz/api/v0/claims{
"claims": [
{
"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"
}
]
}Retrieve all claims requests for the authenticated user
curl --request GET \
--url https://api.brl.xyz/api/v0/claims{
"claims": [
{
"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"
}
]
}Claims list retrieved successfully
List of claims requests for the user
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
"0x1234567890abcdef1234567890abcdef12345678"