Available reduce funds
GET
/v2/smart_trades/:id/reduce_funds_infoShows information about available amount to reduce funds.
The endpoint is available for SmartTrades with status waiting_targets. Use the endpoint Get SmartTrade to check a status SmartTrade.
Response Parameter
Example Responses
- 200 OK
- 400 Bad Request
- 404 Not Found
{
"max_reduce_funds_amount": "28.819532219570405727923627685"
}
{
"error": "Wrong param(s)",
"error_description": "Reduce funds is not allowed in the current status"
}
{
"error": "Not found",
"error_description": "Smart Trade not found"
}