post https://api-pro.sim.hashkeydev.com/api/v1/market-place/create-rfq
Customer creates the RFQ
Weight: 1
Request Parameters
| Parameter | Type | Required | Example Value | Description |
|---|---|---|---|---|
| rfqClOrderId | STRING | C | RFQ12345666 | (Optional) An ID defined by the client for the quote order. It will be automatically generated if not sent in the request. |
| buyCcy | STRING | Y | BTC | |
| sellCcy | STRING | Y | USDT | |
| sellAmount | DECIMAL | Y | 130000 | Selling amount |
| rfqMode | STRING | Y | real-time, delayed | |
| expireSec | INT | 1800 | RFQ valid period in seconds, default 1800 = 30 minutes, allowed 10–60 mins | |
| timestamp | LONG | Y | 1691567587389 | Timestamp |
| signature | STRING | Y |
Response Content
| Parameter | Type | Example Value | Description |
|---|---|---|---|
| rfqClOrderId | STRING | RFQ12345666 | (Optional) An ID defined by the client for the quote order. It will be automatically generated if not sent in the request. |
| rfqId | STRING | RFQ638459562162049024 | A unique reference ID for this quote. |
| status | STRING | new |