get https://api-pro.sim.hashkeydev.com/api/v1/market-place/accept-quote
Customer accepts the quote
Weight: 1
Request Parameters
| Parameter | Type | Required | Example Value | Description |
|---|---|---|---|---|
| quoteId | STRING | Y | quote789456123 | The unique quote id auto generated for each quote when creation |
| rfqId | STRING | Y | rfq638459562162049024 | A unique reference ID for this quote. |
| action | STRING | Y | accept, decline | decline only works for manual order (after decline, rfq becomes failed) |
| timestamp | LONG | Y | 1691567587389 | Timestamp |
| signature | STRING | Y |
Response Content
| Parameter | Type | Required | Example Value | Description |
|---|---|---|---|---|
| quoteId | STRING | Y | quote789456123 | The unique quote id auto generated for each quote when creation |
| rfqId | STRING | Y | rfq638459562162049024 | A unique reference ID for this quote. |
| status | STRING | Y | accepted | |
| expiryTime | LONG | Y | 1800 | Min of quote and rfq exipry time, if action = decline,expiryTime will be null |