Authentication

All API requests must include a valid access key (API KEY):

  • Request header field: X-API-KEY

  • All endpoints are authenticated; there are no publicly accessible endpoints

  • Please apply to Cryptoracle official channels to obtain an API key

Communication Protocol

  • Only HTTPS secure protocol is supported for communication

  • Data transmission format: JSON (JavaScript Object Notation)

  • Request headers must include: Content-Type: application/json

  • Response data format: JSON

Service Domain

All API requests should be directed to the domain: https://service.cryptoracle.networkarrow-up-right

Time Range Limitations: Depending on the time granularity, the queryable time range may be limited. A single request can return a maximum of 2,000 records.

Rate Limiting: The API may impose request rate limits. Please manage request intervals appropriately.

The elements in the endpoints array are predefined endpoint identifiers, with each endpoint representing a specific type of data.

最后更新于