Multipliers
Multipliers
Aggregate data
Aggregate data
- If aggregated is true, the response will include aggregated data for all wallets.
- If aggregated is false, the response will include data for each wallet individually.
Authorizations
API key needed to access the endpoints. Example: 'demo-api-key'
Query Parameters
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"
Response
Get Chart data for multiple wallets
- TIMESTAMP - Unix timestamp in seconds
- USD - Price in USD
- BTC - Price in Bitcoin
- ETH - Price in Ethereum
[
[
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"