Daejin Developers

Place Order

Place a signed limit order. Requires `write`.

POST
/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

Request Body

application/json

Response Body

curl -X POST "https://example.com/orders" \  -H "Content-Type: application/json" \  -d '{    "user": "string",    "market": "evm:56:123",    "action": "buy",    "outcome": "YES",    "price": 0,    "size": "string",    "signature": "string"  }'
Empty