Comprehensive Data
Complete wallet analysis combining multiple data sources
Get comprehensive wallet data combining multiple data sources
Authorizations
AuthorizationstringOptional
API key authentication for higher rate limits. To use this authentication:
- Generate an API key at https://kairolabs.io/settings
- Include the API key in the Authorization header as a Bearer token
- Format:
Authorization: Bearer wi_your_api_key_here
API keys provide increased rate limits compared to unauthenticated requests.
Query parameters
addressstringRequiredExample:
Ethereum wallet address (0x format)
0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$chainstring · enumOptionalDefault:
Blockchain network identifier
ethPossible values: Responses
200
Complete wallet overview
application/json
400
Bad request - missing or invalid parameters
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/api/wallet/overviewLast updated
Was this helpful?