Cardiv
Market maker programmeAPI reference

Single order by orderId

Recovery primitive. After a failed, timed-out or lost submission, reports whether that specific order reached the book without listing the whole set. Reads directly and never triggers a wallet-service refresh. An orderId that does not exist, or belongs to another participant, returns 404.

GET/orders/{orderId}

Authorization

AuthorizationBearer <token>

Authorization: Bearer mm_ak_.. The part before the dot is a public handle, safe to log. The part after is the secret.

In: header

Path Parameters

orderId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/orders/string"
{  "ok": true,  "data": {    "order": {      "contractId": "string",      "orderId": "string",      "pair": "CBTC/cETH",      "side": "BUY",      "type": "LIMIT",      "price": "string",      "quantity": "string",      "filled": "string",      "status": "OPEN",      "stopPrice": "string",      "timestamp": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z",      "correlationId": "string"    }  }}

Need help

Write to support@wolfedgelabs.com and include your party ID.