Skip to main content

Overview

Test authentication and API key validity. Useful for verifying your API key setup and debugging authentication issues.

Authentication

Include your API key in the X-API-Key header:
For service keys, also include the wallet address:

Response Fields

boolean
Indicates if authentication was successful
string
The wallet address associated with the authenticated API key
boolean
Confirms an API key was provided in the request
string
Type of API key used: “personal” or “service”
string
ISO 8601 timestamp of the authentication test

Error Responses

object
Missing API key
object
Invalid API key format
object
Invalid or revoked API key
object
Service key missing wallet address