Unified REST APIAgent access

List API Keys

List all API keys associated with your wallet.

GET
/account/api-keys

Authorization

ApiKeyAuth
X-API-KEY<token>

In: header

Response Body

application/json

curl -X GET "https://api.hypereth.io/v2/account/api-keys"
{
  "api_keys": [
    {
      "api_key": "api_1a2b3c4d5e6f7g8h9i0j",
      "name": "registered_0x12345678",
      "is_active": true,
      "created_at": "2026-03-18T10:00:00Z"
    }
  ]
}
Empty