Last updated 17 days ago
Checks connectivity to the host.
GET /fapi/v1/ping HTTP/1.1 Host: futuresopenapi.coinlocally.com Accept: */*
Connection successful
{}
Returns the server time and time zone.
GET /fapi/v1/time HTTP/1.1 Host: futuresopenapi.coinlocally.com Accept: */*
Successfully retrieved server time
{ "serverTime": 1607702400000, "timezone": "China standard time" }
Retrieves the list of available futures contracts.
GET /fapi/v1/contracts HTTP/1.1 Host: futuresopenapi.coinlocally.com Accept: */*
List of contract specifications
[ { "symbol": "H-HT-USDT", "pricePrecision": 8, "side": 1, "maxMarketVolume": 100000, "multiplier": 6, "minOrderVolume": 1, "maxMarketMoney": 10000000, "type": "H", "maxLimitVolume": 1000000, "maxValidOrder": 20, "multiplierCoin": "HT", "minOrderMoney": 0.001, "maxLimitMoney": 1000000, "status": 1, "minLever": 1, "maxLever": 75, "openTakerFee": 0.0002, "openMakerFee": 0.0002, "closeTakerFee": 0.0002, "closeMakerFee": 0.0002 } ]