Assets
Query individual asset positions within DeFi protocols across organizations, wallets and chains.
Retrieve asset-level data including token positions within DeFi protocols. DeFi Assets represent individual tokens (collateral, debt, etc.) within a protocol position.
Supports filtering by wallet, chain, time range, asset address, market, and protocol.
API key for authentication
Blockchain network ID (e.g., 1 for Ethereum mainnet, 137 for Polygon)
1Blockchain network name (alternative to chain_id)
ethereumWallet address to filter by
0x1234567890123456789012345678901234567890Pattern: ^0x[a-fA-F0-9]{40}$Start date for time range filter (ISO 8601 format)
2024-01-01T00:00:00ZEnd date for time range filter (ISO 8601 format)
2024-12-31T23:59:59ZStart block number for filtering
18000000End block number for filtering
18500000Proxy contract address if interaction was through a proxy
0x0000000000000000000000000000000000000000Pattern: ^0x[a-fA-F0-9]{40}$Filter by snapshot capture mode:
all: All snapshot typesdaily_only: Daily scheduled snapshotsinteraction_only: Event-driven snapshots on wallet interactionsharmonized_only: Regularly scheduled harmonized snapshots
allExample: allPossible values: Pagination cursor from previous response
2024-06-15T12:00:00ZMaximum number of results to return (capped at 500)
500Example: 100Unique identifier for a specific asset
eth_0x123...abc_0x456...def_aave_v3_0x789...ghi_0x000...000_2024-01-01T00:00:00ZToken contract address of the asset
0x6B175474E89094C44Da98b954EedeAC495271d0FPattern: ^0x[a-fA-F0-9]{40}$Protocol market/pool contract address
0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9Pattern: ^0x[a-fA-F0-9]{40}$Name of the DeFi protocol
aaveEnable data quality validation (returns only WARNINGS)
truePossible values: Successful response
Bad Request - Invalid parameters
Not Found - No data found matching the criteria
Internal Server Error
Last updated
