Auth
List all API keys for the authenticated account
Retrieve all API keys associated with the authenticated account.
This endpoint returns a list of all API key pairs that have been created for the authenticated user, including both read-write and read-only keys. Each API key entry includes metadata such as creation time, expiration, associated wallet addresses, and access permissions.
Requires authentication.
Authorization
ApiKeyAuth ApiSignatureAuth ApiTimestampAuth x-api-key<token>
API key for authentication
In: header
x-api-signature<token>
HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))
In: header
x-api-timestamp<token>
Unix timestamp in seconds
In: header
Response Body
application/json