GET
/
wallet
/
chart
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/wallet/chart \
  --header 'X-API-KEY: <api-key>'
{
  "result": [
    [
      1735038000000,
      8.3034,
      0.00008833,
      0.00244788
    ],
    [
      1735041600000,
      8.3345,
      0.0000883,
      0.00244324
    ]
  ]
}
40 credits per request
Cost per network: 40 credits. Selecting all networks: 400 credits. “Returns wallet chart data for specific time ranges displayed on the CoinStats website. Note: Make sure transactions are synced first by calling PATCH /transactions to retrieve accurate chart data.”

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Query Parameters

type
string
required

One of 24h, 1w, 1m, 3m, 6m, 1y, all time periods.

address
string
required

The wallet address for which the chart is being queried.

Example:

"0x1234567890abcdef1234567890abcdef12345678"

connectionId
string
required

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.

Response

200
application/json

Get Chart of Wallet

The response is of type object.