get https://api-pro.sim.hashkeydev.com/api/v1/market-place/rfqs
Customer check the RFQ history
Weight: 1
Request Parameters
Parameter | Type | Required | Example Value | Description |
---|---|---|---|---|
rfqId | STRING | 122456 | The orderId generated by HashKey. If not specified, will return all records. | |
quoteId | STRING | The unique quote id auto generated for each quote when creation | ||
rfqClOrderId | STRING | 122455 | A client-defined ID for the order, autogenerated if not specified. | |
limit | INT | Limit per page for records. - Default: 500, Max: 1000. | ||
status | ENUM | new processing accepted successful expired | status filter | |
startTime | LONG | Y | 1717315200 | createTime filter, max last 90 days |
endTime | LONG | Y | 1717401600 | createTime filter, max last 90 days |
timestamp | LONG | Y | 1691567587389 | Timestamp |
signature | STRING | Y |
Response Content
Parameter | Type | Example Value | Description |
---|---|---|---|
rfqCreateTime | LONG | 1617315200 | Timestamp that the rfg was created |
rfqId | STRING | 122456 | The unique orderId generated by HashKey. |
quoteId | STRING | The unique quote id auto generated for each quote when creation | |
rfqClOrderId | STRING | 122455 | A client-defined ID for the order, autogenerated if not specified. |
rfqMode | STRING | ||
quoteMode | STRING | ||
buyCcy | STRING | ||
sellCcy | STRING | ||
buyAmount | STRING | ||
sellAmount | STRING | ||
price | STRING | ||
status | ENUM | new | • new : active• accepted : quote accepted• confirmation-pending : waiting for confirmation• processing : after double confirmation, settlement processing (mainly for delayed order)• successful : completed• failed : failed• manual-order : waiting for manual order• manual-order-confirmation : manual order quote pending for confirmation |
executedTime | LONG | Timestamp that the rfq was executed and status = successful |