Reserve Funds
Moves a specified amount from the available balance to the reserved (held) balance.
Endpoint
Section titled “Endpoint”POST
/balances/v1/reserveRequest Body
Section titled “Request Body”curl -X POST https://api.juspredict.com/balances/v1/reserve \-H 'Authorization: Bearer YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{"reserve_amount": "50.00"}'{"reserve_amount": "50.00"}Response Body
Section titled “Response Body”{"status": {"type": "SUCCESS","details": []},"new_available_balance": "950.00"}{"status": {"type": "ERROR","details": [ { "code": "401", "message": "Unauthorized access token." }]}}Response Fields
Section titled “Response Fields”| Field | Type | Description |
|---|---|---|
status | Status | Operation status. |