Comprehensive Data

Complete wallet analysis combining multiple data sources

Complete Wallet Overview

get

Get comprehensive wallet data combining multiple data sources

Authorizations
AuthorizationstringOptional

API key authentication for higher rate limits. To use this authentication:

  1. Generate an API key at https://kairolabs.io/settings
  2. Include the API key in the Authorization header as a Bearer token
  3. Format: Authorization: Bearer wi_your_api_key_here

API keys provide increased rate limits compared to unauthenticated requests.

Query parameters
addressstringRequired

Ethereum wallet address (0x format)

Example: 0x742d35cc6634C0532925a3b8D7aa5ac000000000Pattern: ^0x[a-fA-F0-9]{40}$
chainstring · enumOptional

Blockchain network identifier

Default: ethPossible values:
Responses
200

Complete wallet overview

application/json
get
/api/wallet/overview

Last updated

Was this helpful?