Daejin Developers

Current Orders

Resting orders on a market. The `user` filter is owner-only.

GET
/markets/{market}/orders

Authorization

X-API-Key<token>

Developer-portal API key (tp_live_… / tp_test_…), also accepted as Authorization: Bearer tp_…. Public market data needs no key; user-scoped reads need read, placing and cancelling need write.

In: header

Path Parameters

market*string

CLOB engine market label, not the app/Mongo market _id. EVM format: evm::, e.g. evm:11155111:313. Solana format: the plain decimal on-chain market id, e.g. 355.

Query Parameters

user?string

Optional wallet filter

Response Body

curl -X GET "https://example.com/markets/string/orders"
Empty