Skip to content

Reserve Funds

Moves a specified amount from the available balance to the reserved (held) balance.

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