API Reference

Get RFQ Transaction History

Get the transaction information for RFQ. e.g. status.

Weight: 1 time / second


Request Parameters


ParameterTypeReq'dExampleDescription
rfqOrderIdSTRINGConditional122456The orderId generated by HashKey. If not specified, will return all records.
clientOrderIdSTRINGConditional122455A client-defined ID for the order, autogenerated if not specified.
pageINTPage number for pagination.
limitINTLimit per page for records.
- Default: 1000, Max: 1000.
timestampLONGYTimestamp indicating when the request was made.
signatureSTRINGSTRING


Response Content



ParameterTypeExample ValuesDescription
userIdLONG1467298646903017216User ID
quoteIdSTRINGXYZ-1LX3XUS5K0GT9A unique reference ID for this quote.
rfqOrderIdSTRING122456The orderId generated by HashKey.
clientOrderIdSTRING122455An ID defined by the client for the order, autogenerated if not specified.
statusSTRINGProcessingStatus of transaction. "New" / "Processing"/ "Failed" / "Successful"
buyCcySTRINGBTCCurrency to buy
sellCcySTRINGUSDTCurrency to sell
buyPriceDECIMAL65000Buy price in quote currency
sellPriceDECIMAL0.000015384615Sell price in quote currency
buyAmountDECIMAL1The amount which the client wants to buy via RFQ in buyCurrency.
Only one amount out of buyAmount & sellAmount should be specified.
sellAmountDECIMAL65000The amount which the client wants to sell via RFQ in sellCurrency.
Only one amount out of buyAmount & sellAmount should be specified.
transactTimeLONG1690084460716Time when the order is being traded. Timestamp in milliseconds.
submitTimeLONG1690084460716Time when the order is being submitted. Timestamp in milliseconds.
Language
Credentials
Header
Click Try It! to start a request and see the response here!