Get chart data for multiple wallet addresses across various networks.
Multipliers
Aggregate data
API key needed to access the endpoints. Example: 'demo-api-key'
One of time periods.
24h, 1w, 1m, 3m, 6m, 1y, all Comma-separated list of wallet addresses in format "connectionId:address"
"ethereum:0x1234567890abcdef1234567890abcdef12345678,polygon:0x4567890abcdef1234567890abcdef1234567890abc"
Whether to return aggregated data
true, false "true"
Get Chart data for multiple wallets
[
[
1735038000000,
8.3034,
0.00008833,
0.00244788
],
[
1735041600000,
8.3345,
0.0000883,
0.00244324
]
]The wallet address
"0x1234567890abcdef1234567890abcdef12345678"
The blockchain network identifier
"ethereum"
Error messages for each wallet in case of errors. If a wallet encounters an error, its corresponding message will be included. If all wallets are successful, this field will be empty.
"An error occurred while fetching data"