Skip to main content
GET
/
v3
/
blockchains
/
{id}
/
tvl
/
chart
Blockchain TVL Chart
curl --request GET \
  --url https://api.cryptorank.io/v3/blockchains/{id}/tvl/chart \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "data": [
      {
        "time": 1748908800000,
        "totalTvl": "118506000000",
        "tvl": "64521000000"
      }
    ]
  },
  "status": {
    "usedCredits": 1,
    "timestamp": 1780000000000
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Blockchain ID. Resolve via /blockchains/map

Required range: x >= 1
Example:

3

Query Parameters

period
enum<string>
default:30d
Available options:
7d,
30d,
6m,
1y,
ytd,
all

Response

data
object
required
status
object
required