40 credits per request
Multipliers
Multipliers
In Query field “connectionId”: credits are multiplied by the number of values.
If the value of “connectionId” in Query is “all”, multiplier is 400 credits.
Authorizations
API key needed to access the endpoints. Example: 'demo-api-key'
Query Parameters
One of time periods.
Available options:
24h
, 1w
, 1m
, 3m
, 6m
, 1y
, all
The wallet address for which the chart is being queried.
Example:
"0x1234567890abcdef1234567890abcdef12345678"
The identifier of connection, which you received from /wallet/blockchains call response. Can be a single network (e.g., "ethereum") or a comma-separated list of networks or "all" for all connections.
Example:
"ethereum"
Response
Get Chart of Wallet
Array of historical price data points. Each data point is an array containing:
- TIMESTAMP - Unix timestamp in seconds
- USD - Price in USD
- BTC - Price in Bitcoin
- ETH - Price in Ethereum
Example:
[
[
1735038000000,
8.3034,
0.00008833,
0.00244788
],
[
1735041600000,
8.3345,
0.0000883,
0.00244324
]
]