Skip to main content

Available reduce funds

GET
/v2/smart_trades/:id/reduce_funds_info
Permission: SMART_TRADES_WRITE
Security: SIGNED

Shows 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.


Path Parameter

idintegerrequired

Unique 3Commas ID for this SmartTrade entity.

Example Request

GET
/v2/smart_trades/12345678/reduce_funds_info

Response Parameter

max_reduce_funds_amountstringrequired

The maximum amount available to reduce funds for this SmartTrade.

Example Responses

{
"max_reduce_funds_amount": "28.819532219570405727923627685"
}