Skip to main content
POST
/
api
/
v0
/
claims
Submit a claim request
curl --request POST \
  --url https://app.crown-brlv.com/api/v0/claims \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": "100.00",
  "target-asset-code": "brlv"
}
'
{
  "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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.crown-brlv.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
amount
required

Amount to claim from reward certificates

Example:

"100.00"

target-asset-code
enum<string>

Destination asset: 'brl' for bank transfer or 'brlv' for on-chain tokens

Available options:
brl,
brlv
Example:

"brlv"

Response

Claim submitted successfully

claim
object
required

Details of the submitted claim request