List API Keys
List all API keys associated with your wallet.
curl -X GET "https://api.x.ata.network/v2/account/api-keys"{
"api_keys": [
{
"api_key": "api_1a2b3c4d5e6f7g8h9i0j",
"name": "registered_0x12345678",
"is_active": true,
"created_at": "2026-03-18T10:00:00Z"
}
]
}Empty