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: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
Related Endpoints
- Authentication Guide - Complete auth setup
- API Key Status - Check key metadata
- Generate API Key - Create new keys
- Dashboard - Test auth with real data