Ortege Documentation
  • Welcome to Ortege
  • Ortege Products
    • API
      • Postman Collection
      • Authentication
      • Cubes
        • Bitcoin Ecosystem
          • Stacks
        • EVM Ecosystem
        • Move Ecosystem
          • Aptos
      • Query Syntax
      • Tutorials
        • Consuming Stacks Stacking data
        • Build a Bloomberg style Terminal
    • Ortege Lakehouse
      • Data Catalog
        • In house datasets
          • Bitcoin
        • External datasets
    • Ortege Studio
      • Datasets
    • Ortege Blocksmith
Powered by GitBook
On this page
  1. Ortege Products
  2. API

Authentication

PreviousPostman CollectionNextCubes

Last updated 6 months ago

Obtaining an API Key

If you require an API key for accessing the Ortege API, please join our community and reach out through the . Our team is ready to assist you with your API access needs and provide any additional support you may require.

Authentication

To ensure secure access to the Ortege API, we utilize JWT (JSON Web Token) tokens for authentication. Each request to the API must include a valid JWT token in the authorization header.

How It Works:

  1. Generate JWT Token: Obtain your JWT token from the .

  2. Include in Requests: Add the token to the Authorization header of your API requests.

Example:

Authorization: Bearer YOUR_JWT_TOKEN

API Endpoints

The Ortege API is built on the robust Cube framework, offering multiple interfaces to interact with our blockchain data:

  • REST API: Accessible via https://api.ortege.ai/cubejs-api/v1/load

  • GraphQL API: Accessible via https://api.ortege.ai/cubejs-api/graphql

  • WebSocket API: Accessible via ws://api.ortege.ai

Ortege Friends Telegram Group
Ortege team