Skip to content

Release Funds

Releases a specified amount from the reserved balance back to the available balance.

POST/balances/v1/release
Terminal window
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"
}'
{
"status": {
"type": "SUCCESS",
"details": []
},
"new_available_balance": "1000.00"
}
FieldTypeDescription
statusStatusOperation status.