v1

latestOpenAPI 3.1.02026-07-2359362475.0 KB
Profiler

Get Address Counterparties Data

Get top counterparties that wallet addresses have interacted with, supporting different grouping options (wallet or entity) and source filtering (Combined, Tokens, ETH). Returns interaction statistics including volume, frequency, and timing data.

What it helps to answer:

  • Most frequent transaction partners by count and volume
  • Net value flows between addresses (inflows vs outflows)
  • Exchange and protocol interaction patterns
  • DeFi protocol usage and DEX trading counterparties
  • High-value transfer relationships and funding sources
post/api/v1/profiler/address/counterparties

Request body

addressstring

Address to get counterparties for

entity_namestring

Entity name to get counterparties for

chain'all' | 'arbitrum' | 'avalanche' | 'base' | 'bitcoin' | 'bnb' | 'ethereum' | 'hyperevm' | 'injective' | 'iotaevm' | 'linea' | 'mantle' | 'mantra' | 'monad' | 'near' | 'optimism' | 'plasma' | 'polygon' | 'robinhood' | 'sei' | 'solana' | 'sonic' | 'starknet' | 'sui' | 'ton' | 'tron' required

Chains supported in profiler analysis.

source_input'Combined' | 'Tokens' | 'ETH'

Enum for source input types in counterparties endpoint.

group_by'wallet' | 'entity'

Enum for grouping types in counterparties endpoint.

Response

Address counterparties data