Trade
Last updated
Last updated
Retrieve the details of a specific order.
Weight: 1 (IP/UID)
System-generated Order ID
Client-generated Order ID (optional)
Trading pair symbol, e.g., BTCUSDT
Your API key
Timestamp of the request
Request signature
Successfully retrieved order information.
Retrieve all currently open orders for a symbol. If symbol
is not provided, orders for all symbols will be returned.
Weight: 1 (IP/UID)Symbol not provided: Weight = 80
Symbol name, e.g., BTCUSDT.
Weight (IP/UID):
symbol
is provided: 1symbol
is not provided: 80Number of orders to return (max 1000)
100
Your API key
Timestamp of the request
Request signature
Successfully retrieved list of open orders.
Retrieve historical orders for an account.
Symbol name, e.g., BTCUSDT.
Weight (IP/UID): 20
symbol
is not provided: weight = 80Max number of results (default: 50, max: 100)
50
Start time in milliseconds
End time in milliseconds
Your API key
Timestamp of the request
Request signature
Successfully retrieved historical orders.
Get historical trade data.
Weight: 20 (IP/UID)Symbol not provided: Weight = 80
Supports up to 6 months of data. Time range between startTime
and endTime
must not exceed 7 days.
Symbol name, e.g., BTCUSDT.
Rate Limit Weight (IP/UID):
Max number of results (default: 50, max: 100)
50
Start time in milliseconds
End time in milliseconds
Your API key
Timestamp of the request
Request signature
Successfully retrieved trade history.
Place a new order.
Rate Limit: 100 requests per 2 seconds
Weight: 5 (IP/UID)
Your API-key
Timestamp in milliseconds
Signature of the request
BTCUSDT
1.5
9500.5
myCustomOrderId123
5000
9600
Order successfully placed.
Test new order creation and signature/recvWindow length. Creates and validates a new order but does not send the order into the matching engine.
Your API key
Timestamp of the request
Request signature
Type of the order
LIMIT
Order price, REQUIRED for LIMIT orders
1000.01
Order volume. For MARKET BUY orders, vol=amount
1.5
Side of the order, BUY or SELL
BUY
Symbol name, e.g., BTC/USDT
BTCUSDT
Time window for the request to be valid
5000
Unique order ID generated by users
my_custom_id_001
Successfully tested order
No content
Place a batch of up to 10 orders in a single request.
Weight: 10 (IP/UID)
Your API key
Timestamp of the request
Request signature
Trading pair symbol
BTCUSDT
Successfully placed batch orders.
Cancel an existing order by providing the order ID or clientOrderId.
Weight: 5 (IP/UID)
Your API key
Timestamp of the request
Request signature
Client-generated Order ID (optional)
354444heihieddada
Order ID to cancel
499890200602846976
Trading pair symbol
BHTUSDT
Successfully canceled the order.
Cancel multiple orders in a single request. The batch can contain up to 10 order IDs.
Weight: 10 (IP/UID)
Your API key
Timestamp of the request
Request signature
List of order IDs to cancel
Trading pair symbol
BTCUSDT
Result of batch cancel operation