Info required to add funds correctly
Description: Returns the information required to add funds correctly
Permission: BOTS_READ Security: SIGNED
GET
/ver1/deals/{deal_id}/data_for_adding_funds
Path Parameter
deal_id integer
required
Unique 3Commas ID Deal entity
Response Parameters
orderbook_price string
The current price from the an exchange's order book for the pair
price_per_one_unit_strategy_name string
The name of strategy used to determine price per unit
account_id integer
ID of the exchange account entity where this DCA Bot's deal was created
quote_currency string
The quote currency in the trading pair
base_currency string
The base currency in the trading pair
adding_funds_currency string
Currency for additional funds
available_amount string
The amount of quote currency available for trading
limits object
Exchange trading limits applicable to the pair used in this DCA Bot
market_supported boolean
Indicates if market orders are supported for this pair (true
) or not (false
)
is_contract boolean
Specifies if the trading instrument is a contract (true
) or not (false
)
orderbook_price_currency string
Currency used for the order book price
take_profit_price string
The set price at which to take profit for the bot's deals
stop_loss_price string
The price set to trigger a stop loss for the bot's deals
account_type string
Specifies the type of account
deal_type string
Indicates the type of deal being executed: long
or short
)
pair string
Trading pair in 3Commas format
limit string
The limit price for buy or sell orders
market_buy_min_total string
The minimum total amount for market buy orders
min_lot_size string
The minimum amount of the base currency that can be traded per order
leverage_custom_value string
The custom leverage value, if specified
leverage_type string
Type of leverage applied for this Deal
Example Request
GET /ver1/deals/2295655961/data_for_adding_funds
Example Response and errors
Last updated
Was this helpful?