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"
}
]
}
]
}Retrieve claimable operations with tax information
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"
}
]
}
]
}Claimable operations retrieved successfully
List of claimable operations with tax information
Show child attributes
Claimable operation unique identifier
"550e8400-e29b-41d4-a716-446655440002"
Available revenue amount to claim
"100.50"
Number of days the operation has been held
90
Tax events associated with this revenue share
Show child attributes