/api/v1/bots/grid/:id/required_balances
Returns the amount of funds required to launch the Grid Bot and details about the current balance state. This endpoint works only for spot exchanges.
Path Parameters
Unique Quentrade ID for this Grid Bot entity. Example: 12345678
Response Parameters
5The amount of funds missing in the base and quote currencies for the Grid Bot to operate as intended.
Details of the missing amount in the base currency [quantity: string, currency: string].
Details of the missing amount in the quote currency [quantity: string, currency: string].
The total amount of funds required in base and quote currencies to launch the Grid Bot.
Details of the required amount in the base currency [quantity: string, currency: string].
Details of the required amount in the quote currency [quantity: string, currency: string].
Indicates whether additional funds or order rebalancing are required to launch the Grid Bot (true or false).
Indicates whether the bot can be automatically balanced with the current available funds on the exchange (true or false).
Details of the exact amount and currency required to balance the Grid Bot.
The specific amount of currency needed to balance the bot.
The symbol of the currency required for balancing (e.g. USDT).
Example Request
Example Responses
If successful, returns HTTP 200 with the required balance calculations.