get https://api-pro.sim.hashkeydev.com/api/v1/rfq/transactions
Get the transaction information for RFQ. e.g. status.
Weight: 1 time / second
Request Parameters
Parameter | Type | Req'd | Example | Description |
---|---|---|---|---|
rfqOrderId | STRING | Conditional | 122456 | The orderId generated by HashKey. If not specified, will return all records. |
clientOrderId | STRING | Conditional | 122455 | A client-defined ID for the order, autogenerated if not specified. |
page | INT | Page number for pagination. | ||
limit | INT | Limit per page for records. - Default: 1000, Max: 1000. | ||
timestamp | LONG | Y | Timestamp indicating when the request was made. | |
signature | STRING | STRING |
Response Content
Parameter | Type | Example Values | Description |
---|---|---|---|
userId | LONG | 1467298646903017216 | User ID |
quoteId | STRING | XYZ-1LX3XUS5K0GT9 | A unique reference ID for this quote. |
rfqOrderId | STRING | 122456 | The orderId generated by HashKey. |
clientOrderId | STRING | 122455 | An ID defined by the client for the order, autogenerated if not specified. |
status | STRING | Processing | Status of transaction. "New" / "Processing"/ "Failed" / "Successful" |
buyCcy | STRING | BTC | Currency to buy |
sellCcy | STRING | USDT | Currency to sell |
buyPrice | DECIMAL | 65000 | Buy price in quote currency |
sellPrice | DECIMAL | 0.000015384615 | Sell price in quote currency |
buyAmount | DECIMAL | 1 | The amount which the client wants to buy via RFQ in buyCurrency. Only one amount out of buyAmount & sellAmount should be specified. |
sellAmount | DECIMAL | 65000 | The amount which the client wants to sell via RFQ in sellCurrency. Only one amount out of buyAmount & sellAmount should be specified. |
transactTime | LONG | 1690084460716 | Time when the order is being traded. Timestamp in milliseconds. |
submitTime | LONG | 1690084460716 | Time when the order is being submitted. Timestamp in milliseconds. |