Skip to main content
GET
Get wallet insight metrics

Authorizations

X-API-Key
string
header
default:test
required

Path Parameters

address
string
required

The wallet address to get insight for

Example:

"0xcB1C1FdE09f811B294172696404e88E658659905"

Query Parameters

chains
string[]

The chains to query. If not provided, aggregates across all supported chains.

Example:
includeChainBreakdown
boolean
default:false

When true, includes a per-chain breakdown array in the response with both native and USD values.

Response

200 - application/json

Returns wallet insight metrics.

address
string

The wallet address

Example:

"0xcB1C1FdE09f811B294172696404e88E658659905"

addressType
string

The type of address

Example:

"evm"

walletAgeDays
integer

Wallet age in days since first activity

Example:

1314

firstActivityAt
object | null
lastActivityAt
object | null
firstInitiatedAt
object | null
lastInitiatedAt
object | null
activeDays
integer

Number of unique active days

Example:

503

activeChains
integer

Number of unique chains the wallet is active on

Example:

9

mostActiveChain
string | null

The chain ID with the most active days

Example:

"0x1"

transactionsInitiated
integer

Number of transactions initiated by the wallet

Example:

724

transactionsInvolved
integer

Number of transactions involving the wallet

Example:

754

nativeTransfers
object
erc20Transfers
object
nftTransfers
object
uniqueCounterparties
object
swapVolumeUsd
number

Total swap volume in USD

Example:

11778.556304337722

totalGasSpentUsd
string

Total gas spent in USD across requested chains

Example:

"55.23"

avgGasPerTransactionUsd
string

Average gas per initiated transaction in USD

Example:

"0.59"

nativeVolumeSentUsd
string

Total native token volume sent in USD

Example:

"4025.93"

nativeVolumeReceivedUsd
string

Total native token volume received in USD

Example:

"2081.83"

nativeNetFlowUsd
string

Net native token flow in USD. Negative means outflow

Example:

"-1944.10"

uniqueTokensInteracted
integer

Number of unique ERC20 token contracts interacted with

Example:

4

contractsCreated
integer

Number of contracts created (deployed)

Example:

58

largestNativeTransferInUsd
string

Largest single native transfer received in USD

Example:

"2061.94"

largestNativeTransferOutUsd
string

Largest single native transfer sent in USD

Example:

"1570.53"

chainBreakdown
object[]

Per-chain breakdown with both native and USD values. Only included when includeChainBreakdown=true.