Public
Returns the server time and time zone.
Responses
200
Successfully retrieved server time
application/json
get
GET /fapi/v1/time HTTP/1.1
Host: futuresopenapi.coinlocally.com
Accept: */*
200
Successfully retrieved server time
{
"serverTime": 1607702400000,
"timezone": "China standard time"
}
Retrieves the list of available futures contracts from Coinlocally Futures API.
Responses
200
List of futures contract specifications
application/json
get
GET /pub/contracts HTTP/1.1
Host: futuresopenapi.coinlocally.com
Accept: */*
200
List of futures contract specifications
{
"code": "0",
"msg": "success",
"data": {
"contracts": [
{
"ticker_id": "ORCA-PERPUSDT",
"base_currency": "ORCA",
"quote_currency": "USDT",
"last_price": "1.959",
"base_volume": "67282.6",
"quote_volume": "133293.8",
"volume_usd": "133304.463504",
"bid": "1.958",
"ask": "1.961",
"high": "2.048",
"low": "1.931",
"product_type": "Perpetual",
"open_interest": "1898",
"open_interest_usd": "3723.541192799999493826176",
"index_price": "1.9616666666666664",
"creation_timestamp": 0,
"expiry_timestamp": 0,
"funding_rate": "0.0001",
"next_funding_rate": "0.0001",
"next_funding_rate_timestamp": 1751299200000,
"open_maker_fee": "0.0003",
"open_taker_fee": "0.0005",
"close_maker_fee": "0.0003",
"close_taker_fee": "0.0005",
"contract_type": "Vanilla",
"contract_price": "1.9616666666666664",
"contract_price_currency": "USDT",
"timestamp": 1751281672227
}
]
}
}
Last updated