Skip to content

Place HyperCore orders

POST /api/hypercore/order

Sign one or more HyperCore orders with the caller's agent key (no per-order signature) and relay them, injecting the deployment's builder code. Requires the caller's agent (and builder fee) to be approved. Returns a txId that tracks like any relay.

Authentication

Send your API key in the api-key header.

Responses

Status Description
200 Order relayed.
200 response
{
  "success": true,
  "data": {
    "txId": "68fa\u2026",
    "agentAddress": "0x\u2026",
    "builderFeeTenthsBp": 10
  },
  "timestamp": "2026-07-31T00:00:00.000Z"
}