Currency rates and limits
GET
/ver1/accounts/currency_ratesThe method returns the current trading rules and ticker information on 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?market_code=binance&pair=BTC_ETHResponse Parameters
More attributes
Example Response
- 200 OK
{
"last": "63802.44",
"bid": "63802.44",
"ask": "63802.45",
"orderbook_ask": "63802.45",
"orderbook_bid": "63802.44",
"orderbook_last": "63802.44",
"orderbook_price_currency": "USDT",
"strategy_name": "orderbook_price",
"contract_strategy_name": "orderbook_price",
"instrumentKind": "spot",
"minPrice": "0.01",
"maxPrice": "1000000.0",
"priceStep": "0.01",
"minLotSize": "0.00001",
"lotStep": "0.00001",
"maxMarketBuyAmount": "121.22278732",
"maxMarketSellAmount": "121.22278732",
"bidMultiplierDown": "0.2",
"bidMultiplierUp": "5.0",
"askMultiplierUp": "5.0",
"askMultiplierDown": "0.2",
"minTotal": "5.0",
"minMarketTotal": "5.0",
"maxTotal": "9000000.0",
"maxLotSize": "9000.0"
}