Skip to main content
GET
/
platform
/
analytics
/
vaults-over-time
cURL
curl --request GET \
  --url https://api.rootkey.ai/api-v1/platform/analytics/vaults-over-time \
  --header 'x-api-key: <api-key>'
{
  "series": [
    {
      "date": "2023-12-25",
      "count": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootkey.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Vault analytics retrieved

series
object[]