Request parameters.
Enable users to cancel a limit order
Weight(UID): 200
Security Type: TRADE
Request parameters.
Get Convert Trade History
Weight(UID): 3000
Security Type: USER_DATA
Notes:
startTime and endTime is 30 days.Request parameters.
Query for all convertible token pairs and the tokens’ respective upper/lower limits
Weight(IP): 3000
Notes:
fromAsset and toAsset is provided, only partial token pairs are returned.Request parameters.
Query order status by order ID.
Weight(UID): 100
Security Type: USER_DATA
Request parameters.
Enable users to place a limit order
Weight(UID): 500
Security Type: TRADE
Notes:
baseAsset and quoteAsset can be determined via the exchangeInfo endpoint.baseAsset to quoteAsset.baseAmount or quoteAmount should be sent.Request parameters.
Query current open limit orders
Weight(UID): 3000
Security Type: USER_DATA
Request parameters.
Query for supported asset’s precision information
Weight(IP): 100
Security Type: USER_DATA
Request parameters.
Request a quote for the requested token pairs
Weight(UID): 200
Security Type: TRADE
Notes:
fromAmount or toAmount should be sent.quoteId is returned only if you have enough funds to convert.Request parameters.
Generic function to send a request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
Body parameters for the request.
A promise resolving to the response data object.
Generic function to send a signed request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
Body parameters for the request.
A promise resolving to the response data object.
Accept the offered quote by quote ID.
Weight(UID): 500
Security Type: TRADE