Unified REST APIAgent access
List API Keys
List all API keys associated with your wallet.
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
Register Agent POST
Register a wallet and obtain an API key using EIP-191 signature authentication. Each call creates a new API key. A single wallet can have multiple API keys.
Delete API Key DELETE
Soft-delete an API key. Associated venue credentials are also removed. For Model 1 venues, this triggers agent revocation.