Skip to main content
GET
/
v1
/
crypto
/
series
Crypto series
curl --request GET \
  --url https://api.polynode.dev/v1/crypto/series \
  --header 'x-api-key: <api-key>'
{
  "series": [
    {
      "id": "10422",
      "slug": "xrp-up-or-down-15m",
      "title": "XRP Up or Down 15m",
      "recurrence": "15m",
      "active": true,
      "eventCount": null
    },
    {
      "id": "10065",
      "slug": "ethereum-neg-risk-weekly",
      "title": "Ethereum Neg Risk Weekly",
      "recurrence": "weekly",
      "active": true,
      "eventCount": null
    }
  ],
  "count": 7
}

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

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

Returns all recurring crypto market series across different intervals (5m, 15m, 1h, 4h, daily, weekly, monthly). Each series generates new markets on its recurrence schedule.
{
  "series": [
    {
      "id": "10422",
      "slug": "xrp-up-or-down-15m",
      "title": "XRP Up or Down 15m",
      "recurrence": "15m",
      "active": true,
      "eventCount": null
    },
    {
      "id": "10065",
      "slug": "ethereum-neg-risk-weekly",
      "title": "Ethereum Neg Risk Weekly",
      "recurrence": "weekly",
      "active": true,
      "eventCount": null
    }
  ],
  "count": 7
}
Cached for 5 minutes.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Crypto recurring series

The response is of type object.