Skip to content

HyperCore agent

GET /api/hypercore/agent

Returns the caller's HD-derived HyperCore agent address and the deployment's builder configuration. The agent must be approved on HyperCore before it can place orders.

Authentication

Send your API key in the api-key header.

Responses

Status Description
200 Agent address + builder config
200 response
{
  "success": true,
  "data": {
    "agentAddress": "0x\u2026",
    "agentName": "edith",
    "builderAddress": "0x\u2026",
    "builderFeeTenthsBp": 10
  },
  "timestamp": "2026-07-31T00:00:00.000Z"
}