Analytics

Wallet statistics and activity metrics

Wallet Statistics

get

Get comprehensive wallet activity statistics and metrics

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
get
/api/wallet/stats

Multi-Chain Activity

get

Get wallet activity across different blockchain networks

Query parameters
addressstringRequired

Ethereum wallet address (0x format)

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

Force cache refresh

Default: false
Responses
get
/api/wallet/chain-activity

Money Flow Analysis

get

Analyze money flow patterns and counterparty relationships

Query parameters
addressstringRequired

Ethereum wallet address (0x format)

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

Blockchain network identifier

Default: ethPossible values:
limitinteger · min: 1 · max: 1000Optional

Maximum number of transactions to analyze

Default: 500
min_transactionsinteger · min: 1Optional

Minimum transactions with counterparty to include

Default: 2
Responses
get
/api/wallet/money-flow

Last updated

Was this helpful?