Request parameters.
Enable users to cancel a limit order
Weight: 200(UID)
Request parameters.
Get Convert Trade History
The max interval between startTime and endTime is 30 days.
Weight: 3000
Request parameters.
Query for all convertible token pairs and the tokens’ respective upper/lower limits
User needs to supply either or both of the input parameter If not defined for both fromAsset and toAsset, only partial token pairs will be returned
Weight: 3000(IP)
Request parameters.
Query order status by order ID.
Weight: 100(UID)
Request parameters.
Enable users to place a limit order
baseAsset
or quoteAsset
can be determined via exchangeInfo
endpoint.
Limit price is defined from baseAsset
to quoteAsset
.
Either baseAmount
or quoteAmount
is used.
Weight: 500(UID)
Request parameters.
Request a quote for the requested token pairs
Weight: 3000(UID)
Request parameters.
Query for supported asset’s precision information
Weight: 100(IP)
Request parameters.
Request a quote for the requested token pairs
Either fromAmount or toAmount should be sent
quoteId
will be returned only if you have enough funds to convert
Weight: 200(UID)
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.
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.
A promise resolving to the response data object.
Accept the offered quote by quote ID.
Weight: 500(UID)