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