Futures Trading API
Public
Security: None
Public section can be accessed freely without requiring any API-key or signatures.
Test Connectivity
GET
https://futuresopenapi.xxx.com/fapi/v1/ping
This interface checks connectivity to the host
Check Server Time
GET
https://futuresopenapi.xxx.com/fapi/v1/time
timezone
string
China Standard Time
Server time zone
serverTime
long
1607702400000
Server timestamp
Contracts List
GET
https://futuresopenapi.xxx.com/fapi/v1/contracts
symbol
string
E-BTC-USDT
Uppercase contract name
pricePrecision
number
4
Price accuracy
status
number
1
Contract status (0: not tradable, 1: tradable)
type
string
S
Contract type (E: Perpetual contract, S: Simulated contract, others are mixed contracts)
side
number
1
Contract direction (0: reverse, 1: forward)
multiplier
number
0.50
Contract value
minOrderVolume
number
10
Minimum order quantity
minOrderMoney
number
10
Minimum order amount
maxMarketVolume
number
100000
Maximum order quantity for market orders
maxMarketMoney
number
100000.00
Maximum order amount at market price
maxLimitVolume
number
100000
Maximum order quantity for limit orders
maxLimitMoney
number
100000.00
Limit price maximum order amount
maxValidOrder
number
100000
The maximum number of valid orders
Market
Security: None
Market section can be accessed freely without requiring any API-key or signatures.
Depth
GET
https://futuresopenapi.xxx.com/fapi/v1/depth
Market detpth data
Query Parameters
limit
integer
Default 100; Maximum 100
contractName
string
Uppercase contract name E.g. E-BTC-USDT
time
long
1595563624731
Current timestamp (ms)
bids
list
[[2100,13],[1990,3]]
Order book buying information, the array length is 2, subscript one is the price, type is float; subscript two is the quantity corresponding to the current price, type is float
asks
list
[[2100,13],[1990,3]]
Order book selling information, the array length is 2, subscript one is the price, type is float; subscript two is the quantity corresponding to the current price, type is float
24hrs ticker
GET
https://futuresopenapi.xxx.com/fapi/v1/ticker
24-hour price change data
Query Parameters
contractName*
string
Uppercase contract name E.g. E-BTC-USDT
time
long
1595563624731
Timestamp
high
float
9900
Highest price
low
float
8800.34
Lowest price
last
float
8900.23
The last price
vol
float
4999
Trade volume
rose
string
+0.05
Range of increase and decrease, + is increase, - is decrease, +0.05 means increase by 5%
buy
float
2100.01
The price in the buying book order at the first one
sell
float
2050.01
The price in the selling book order at the first one
Obtain index/tag price
GET
https://futuresopenapi.xxx.com/fapi/v1/index
Query Parameters
contractName*
string
Uppercase contract name E.g. E-BTC-USDT
limit
string
Default 100; Maximum 1000
indexPrice
float
0.055
Index price
tagPrice
float
0.0578
Tag price
nextFundRate
float
0.343
Funding rate price
currentFundRate
float
0.123
Funding rate price for the previous period (used for settlement in this period)
Kline/candlestick data
GET
https://futuresopenapi.xxx.com/fapi/v1/klines
Query Parameters
contractName*
string
Uppercase contract name E.g. E-BTC-USDT
interval*
string
Interval of the Kline. Possible values include: 1min
,5min
,15min
,30min
,1h
,1day
,1week
,1month
limit
integer
Default 100; Maximum 300
idx
long
1538728740000
Open time (timestamp,ms)
open
float
36.00000
Open price
close
float
33.00000
Close price
high
float
36.00000
Highest price
low
float
30.00000
Lowest price
vol
float
2456.00000
Trad volume
Trade
Security: TRADE
The interface in Trade requires API-key and signature for access.
Create new order
POST
https://futuresopenapi.xxx.com/fapi/v1/order
Create a new single order
Headers
X-CH-TS*
string
Timestamp
X-CH-APIKEY*
string
Use rAPI-KEY
X-CH-SIGN*
string
Sign
Request Body
volume*
number
The number of orders placed has a precision limit. The precision is set by the administrator. When opening a position at market price, the unit here is value.
price
number
Order price. This field is required for limit orders. There is a precision limit. The precision is set by the administrator.
contractName*
string
Uppercase contract name E.g. E-BTC-USDT
type*
string
Order type : LIMIT/MARKET
side*
string
Order side: BUY/SELL
open*
string
Position side: OPEN/CLOSE
positionType
number
Position type: 1:
Cross Margin/2:
Isolated Margin
clientOrderId
string
Client order ID, a string less than 32 characters in length
timeInForce
string
IOC, FOK, POST_ONLY
orderId
string
256609229205684228
Order ID
Create condition order
POST
https://futuresopenapi.xxx.com/fapi/v1/conditionOrder/
Headers
X-CH-TS*
string
Timestamp
X-CH-APIKEY*
string
API-KEY
X-CH-SIGN*
string
Sign
Request Body
triggerType
string
Type of condition, 1: stop loss/2: take profit/3: chase the rise/4: kill the fall
triggerPrice
string
Trigger price
clientOrderId
string
Client order identification, a string less than 32 characters in length
positionType
number
Position type: 1.Cross Margin/2.Isolated Margin
open
string
Position side: OPEN/CLOSE
side
string
Order side: BUY/SELL
type
string
Order type: LIMIT/MARKET
contractName
string
Uppercase contract name E.g. E-BTC-USDT
price
number
The order price has precision limits, and the precision is set by the administrator.
volume
number
The order quantity. When opening a position at market price, the unit here is value. There is a precision limit. The precision is set by the administrator.
If this interface(/fapi/v1/conditionOrder) return does not meet expectations, please contact the technical team and we will provide you with relevant assistance.
Cancel order
POST
https://futuresopenapi.xxx.com/fapi/v1/cancel
Rate Limit: 20times/2s
Headers
X-CH-SIGN*
string
Sign
X-CH-APIKEY*
string
User API-KEY
X-CH-TS*
integer
Timestamp
Request Body
contractName*
string
Uppercase contract name E.g. E-BTC-USDT
orderId*
string
Order ID
Order Information
GET
https://futuresopenapi.xxx.com/fapi/v1/order
Query Parameters
contractName*
string
Uppercase contract name E.g.E-BTC-USDT
orderId*
string
Order ID
clientOrderId*
string
Client unique identifier, default is 0
orderId
long
150695552109032492
Order ID (system generated)
contractName
string
E-BTC-USDT
Uppercase contract name
price
float
10.50
Commission price
origQty
float
10.50
Commission volume
executedQty
float
10.10
Deal volume
avgPrice
float
10.50
Deal average price
status
string
NEW
Order Status. Possible values are: NEW (new order, no transaction), PARTIALLY_FILLED (partial transaction), FILLED (all transactions), CANCELED (cancelled) and REJECTED (order rejected)
side
string
NEW
Order direction: BUY (buy long) and SELL (sell short)
action
string
OPEN
Position side: OPEN/CLOSE
transactTime
long
1607702400000
Order creation time
type
string
LIMIT
Order type:
LIMIT/MARKET
timeInForce
integer
2
Effective method of conditional order : 1 limit, 2 market,3 IOC,4 FOK,5 POST_ONLY
Current order information
GET
https://futuresopenapi.xxx.com/fapi/v1/openOrders
Get the current contract and the user’s current order
Query Parameters
contractName
string
Uppercase contract name E.g.E-BTC-USDT
Headers
X-CH-SIGN
string
Sign
X-CH-APIKEY
string
User API-KEY
X-CH-TS
string
Timestamp
orderId
long
150695552109032492
Order ID (system generated)
contractName
string
E-BTC-USDT
Uppercase contract name
price
float
4765.29
Order price
origQty
float
1.01
Order volume
executedQty
float
1.01
The number of already deal order
avgPrice
float
4754.24
The average price of already deal order
type
string
LIMIT
Order type:
LIMIT
/MARKET
side
string
BUY
Order side:BUY
/SELL
status
string
NEW
Order Status. Possible values are: NEW (new order, no transaction), PARTIALLY_FILLED (partial transaction), FILLED (all transactions), CANCELED (cancelled) and REJECTED (order rejected)
action
string
OPEN
Position side: OPEN/CLOSE
transactTime
long
1607702400000
Order creation time
Historical commission records
POST
https://futuresopenapi.xxx.com/fapi/v1/orderHistorical
Headers
X-CH-SIGN
string
Sign
X-CH-APIKEY
string
User API-KEY
X-CH-TS
string
Timestamp
Request Body
contractName
string
Uppercase contract name E.g. E-BTC-USDT
limit
string
Default 100; Maximum 1000
fromId
long
Start searching from this record
If the interface (/fapi/v1/orderHistorical) return does not meet expectations, please contact the technical team and we will provide you with relevant assistance.
Profit and loss record
POST
https://futuresopenapi.xxx.com/fapi/v1/profitHistorical
Headers
X-CH-SIGN
string
Sign
X-CH-APIKEY
string
USER API-key
X-CH-TS
string
Timestamp
Request Body
contractName
string
Uppercase contract name E.g.E-BTC-USDT
limit
string
Default 100; Maximum 1000
fromId
long
Start searching from this record
If the interface (/fapi/v1/profitHistorical) return does not meet expectations, please contact the technical team and we will provide you with relevant assistance.
Transaction Record
GET
https://futuresopenapi.xxx.com/fapi/v1/myTrades
Rate Limited: 20times/2s
Query Parameters
contractName*
string
Uppercase contract name E.g. E-BTC-USDT
limit
string
Default 100; Maximum 1000
fromId
long
Start retrieval from this tradeId
Headers
X-CH-SIGN
string
Sign
X-CH-APIKEY
string
User API-KEY
X-CH-TS
integer
Timestamp
tradeId
number
28457
Trade ID
bidId
long
150695552109032492
Buy side order ID
askId
long
150695552109032493
Sell side order ID
bidUserId
integer
10024
Buy side user ID
askUserId
integer
10025
Sell side user ID
price
float
4.01
Deal price
qty
float
12
Deal volume
amount
float
5.38
Deal amount
time
number
1499865549590
Trade timestamp
fee
number
0.001
Trading fee
side
string
buy
Order side: BUY/SELL
contractName
string
E-BTC-USDT
Uppercase contract name
isMaker
boolean
true
Maker Or Taker: True : Maker,
False: Taker
isBuyer
boolean
true
Whether is buyer: true: buyer,false: seller
Change position mode
POST
https://futuresopenapi.xxx.com/fapi/v1/edit_user_position_model
Headers
X-CH-SIGN*
String
Sign
X-CH-TS*
Integer
Timestamp
X-CH-APIKEY*
String
User API-KEY
Request Body
contractName*
String
Uppercase contract name E.g. E-BTC-USDT
positionModel*
Integer
The model of position(1.Net position 2. Two-way position) Input 1 or 2
Change margin mode
POST
https://futuresopenapi.xxx.com/fapi/v1/edit_user_margin_model
Headers
X-CH-SIGN*
String
Sign
X-CH-TS*
Integer
Timestamp
X-CH-APIKEY*
String
User API-KEY
Request Body
contractName*
String
Uppercase contract name E.g. E-BTC-USDT
marginModel*
integer
Margin mode (1. Cross position 2. Isolated position) input 1 or 2
Change leverage
POST
https://futuresopenapi.xxx.com/fapi/v1/edit_lever
Headers
X-CH-SIGN*
String
Sign
X-CH-TS*
String
Timestamp
X-CH-APIKEY*
String
User API-KEY
Request Body
contractName*
String
Uppercase contract name E.g.E-BTC-USDT
nowLevel*
String
Leverage multiple to be modified E.g. 50
Obtain the current trigger order
POST
https://futuresopenapi.xxx.com/fapi/v1/trigger_order_list
Headers
X-CH-SIGN*
String
Sign
X-CH-TS*
Integer
Timestamp
X-CH-APIKEY*
String
User API-KEY
Request Body
contractName*
String
Uppercase contract name E.g. E-BTC-USDT
page
Integer
Current page number, Default 1
limit
Integer
Total data per page, Default 1000
id
long
782
Trigger order collection table id
triggerOrderId
long
1322738336974712828
Trigger order id
contractId
long
127
Contract id
contractName
string
BTCUSDT
Contract name
marginCoin
string
USDT
Margin currency
multiplier
float
0.0001
Contract value
triggerPrice
float
10000
Trigger price
price
float
0
Order price
pricePrecision
integer
3
Price accuracy
volume
float
100
Order volume
open
string
OPEN
Direction of opening and closing positions (OPEN/CLOSE)
side
string
BUY
Order side (BUY/SELL)
status
integer
0
Valid status 0 valid 1 invalid
expireTime
long
1707722808000
Order expiration time
ctime
long
1705978532000
Create time
mtime
long
1705978532000
Modify time
triggerType
integer
1
Trigger order type : 1 stop loss,2 take profit,3 stop loss limit,4 take profit limit
Cancel trigger order
POST
https://futuresopenapi.xxx.com/v1/inner/trigger_order_cancel
Headers
X-CH-SIGN*
String
Sign
X-CH-TS*
Integer
Timestamp
X-CH-APIKEY*
String
User API-KEY
Request Body
contractName*
String
Uppercase contract name E.g. E-BTC-USDT
orderId*
long
1322738336974712828
Account
Security: USER_DATA
The interface in Trade requires API-key and signature for access.
Account Information
GET
https://futuresopenapi.xxx.com/fapi/v1/account
Rate Limited: 20times/2s
Headers
X-CH-SIGN
string
Sign
X-CH-APIKEY
string
User API-KEY
X-CH-TS
integer
时间戳
account
[]
Collection of balance
Last updated