Aletheia β
  • Aletheia Data
  • Getting Started
    • General
    • Public Information
    • Magic Connect
    • Aletheia SDK
      • Aletheia SDK
    • IPFS
      • Decentralized Storage
      • Desirable Characteristics of Decentralized Storage
      • Filecoin
    • Uploader
    • MiniSearch
    • Rapid API
      • Public API Disclaimer
      • API Key
      • Open Rest API
      • How to use
      • Query Datasets
    • Bit.io
      • Getting started
      • How to use
    • ⚡Public Data NFT
      • Mint PDNFT
    • Airdrop Program
    • 🌎Open Source
  • System
    • 👷Dashboard (beta)
    • dDashboard
    • Github
    • Rapid API
    • Status System
  • We need you! 😼
    • Open Colective 🤖
    • Paypal ❣️
    • Gitcoin 👨🏽‍💻
  • Where to find us
    • Virtual Office
    • Discord
    • Twitter
  • Academy
    • Virtual Academy
Con tecnología de GitBook
En esta página
  • General API Information
  • Rate limiting

¿Te fue útil?

  1. Getting Started
  2. Rapid API

Open Rest API

AnteriorAPI KeySiguienteHow to use

Última actualización hace 2 años

¿Te fue útil?

General API Information

  • The root API URL is (as we use the Rapid API service to distribute our API)

  • Parameters for GET requests must be sent as a query string.

  • All other request methods require parameters in the request body as Content-Type: application/json

  • Parameter order does not matter.

  • All timestamps are in milliseconds.

  • API errors and results take the following form:

{
  "code": "ALETHEIA_API_ERROR_CODE",
  "body": "Error message appears here."
}

Rate limiting

If your account repeatedly gets rate limited, then you are using the API improperly and must back off. Failure to do so will cause your account to lose API access. Aletheia retains the right to ban your account with no notice if you are abusing the API.

The rate limits are set generously and are not meant to prohibit any amount of normal usage. In the future, we will standardize our rate limits and provide more explicit feedback about how many remaining requests you can send each minute.

https://aletheia2.p.rapidapi.com/