Available reduce funds

Description: Shows information about available amount to reduce funds

Permission: SMART_TRADES_WRITE Security: SIGNED

Path Parameters

Name
Type
Mandatory
Values
Description

id

integer

Yes

Unique 3Commas ID for this SmartTrade entity

Parameters response

Name
Type
Description

max_reduce_funds_amount

string

The maximum amount available to reduce funds for this SmartTrade

Example Request

GET /v2/smart_trades/12345678/reduce_funds_info

Example Response and errors

Status: 200 OK

{
    "max_reduce_funds_amount": "28.819532219570405727923627685"
}
Status: 400 Bad request

{
    "error": "Wrong param(s)",
    "error_description": "Reduce funds is not allowed in the current status"
}
Status: 404 Not found

{
    "error": "Not found",
    "error_description": "Smart Trade not found"
}

Last updated

Was this helpful?