Authorizations
Query Parameters
Required range:
1 <= x <= 2147483647
Required range:
1 <= x <= 100
Maximum length:
255
curl --request GET \
--url https://api.blockworks.com/v1/charts \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": 123,
"title": "<string>",
"dashboards": [
"<string>"
]
}
],
"total": 123,
"page": 123
}
Retrieve a paginated list of available charts.
curl --request GET \
--url https://api.blockworks.com/v1/charts \
--header 'x-api-key: <api-key>'
{
"data": [
{
"id": 123,
"title": "<string>",
"dashboards": [
"<string>"
]
}
],
"total": 123,
"page": 123
}
1 <= x <= 2147483647
1 <= x <= 100
255