Currency rates and limits with leverage data
GET
/ver1/accounts/currency_rates_with_leverage_dataThe method returns the current trading rules and ticket information with data about leverages on the futures exchange.
Query Parameters
Unique exchange code in the 3Commas system.
Use endpoint Supported markets list to get value for parameter market_code
.
Trading pair in 3Commas format.
Use endpoints All Market Pairs to get value for parameter pair
in 3Commas format.
Example Request
GET
/ver1/accounts/currency_rates_with_leverage_data?market_code=binance_futures_eea&pair=BNFCR_1INCHUSDTResponse Parameters
More attributes
Example Responses
- 200 OK
{
"last": "0.3039",
"bid": "0.3039",
"ask": "0.304",
"orderbook_ask": "0.304",
"orderbook_bid": "0.3039",
"orderbook_last": "0.3039",
"orderbook_price_currency": "BNFCR",
"strategy_name": "orderbook_price",
"contract_strategy_name": "orderbook_price",
"leverage_data": [
{
"code": "cross",
"name": "Cross",
"can_set_leverage_value": true,
"available_leverage_values": [],
"max_leverage": "25.0",
"valid": {
"min": 1,
"max": "25.0"
}
}
],
"instrumentKind": "linear_futures",
"priceStep": "0.0001",
"minLotSize": "1.0",
"maxLotSize": "5000000.0",
"lotStep": "1.0",
"maxMarketBuyAmount": "500000.0",
"maxMarketSellAmount": "500000.0",
"minMarketBuyAmount": "1.0",
"minMarketSellAmount": "1.0",
"minTotal": "5.0",
"bidMultiplierUp": "1.1",
"askMultiplierDown": "0.9",
"minPrice": "0.0613",
"maxPrice": "100000.0"
}