Skip to main content
GET
/
api
/
v0
/
claims
/
simulate
List all claimable operations
curl --request GET \
  --url https://api.brl.xyz/api/v0/claims/simulate
{
  "claimable-operations": [
    {
      "operation-id": "550e8400-e29b-41d4-a716-446655440002",
      "revenue-available": "100.50",
      "days-held": 90,
      "tax-events": [
        {
          "tax-regime": "regressive-iof",
          "tax-amount": "5.75",
          "tax-rate": "0.15"
        }
      ]
    }
  ]
}

Response

Claimable operations retrieved successfully

claimable-operations
object[]
required

List of claimable operations with tax information