Quote an RFQ
Authorization
ApiKeyAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/maker/quotes" \ -H "Content-Type: application/json" \ -d '{ "rfqId": "string", "price": "97300.0" }'{ "quoteId": "string", "rfqId": "string", "maker": "acme-mm-4f2a91", "price": "97300.0", "validUntil": "2019-08-24T14:15:22Z", "status": "pending", "settling": true, "proposalCid": "string", "actions": [ { "id": "string", "purpose": "user-service", "description": "Sign your quote 97300.0 (2/2: swap proposal)", "hash": "string", "tradeId": "string", "createdAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z" } ]}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}{ "error": "string", "code": "INSUFFICIENT_FUNDS"}Re-drive the DevNet receive preapproval POST
Manual recovery for the auto-preapproval attempted at `register/complete`: on DevNet a party needs a `TransferPreapproval` before it can receive CC/cBTC. Idempotent (a no-op if one already exists) and a no-op entirely on the sandbox (MockRegistry needs none). Best-effort — always answers `{ok: true}` even if the underlying preapproval attempt failed; check `GET /wallet/incoming` / `GET /wallet/holdings` to confirm funds actually arrived.
Revoke own quote before it is accepted DELETE
Next Page