Postman Collection
Last updated
Last updated
The provides developers with a convenient way to explore and interact with the Ortege API. This collection includes pre-built requests for accessing blockchain data across REST, GraphQL, and WebSocket endpoints. By using this collection, you can quickly test queries, explore data structures, and integrate Ortege’s powerful datasets into your applications.
To get started with the Ortege API Postman Collection, you’ll need:
: Download and install Postman from here.
JWT Token: Obtain a JWT token from the Ortege team for secure API access.
Download the Ortege API Postman Collection JSON file from the
In Postman, go to File > Import, choose the JSON file, and import it.
Creating an environment allows you to manage variables like your JWT token and the base API URL, making it easy to switch environments or update configurations.
In Postman, go to Environments > + New Environment.
Name your environment (e.g., “Ortege API”).
Add the following variables:
jwt_token
: Enter your JWT token value here.
base_url_rest
: Set this to https://api-staging.ortege.ai/cubejs-api/v1
for REST
Open the imported collection.
Go to the Authorization tab of the collection.
Select Bearer Token as the authorization type.
Set the Token field to {{jwt_token}}
to link to your environment variable.
401 Unauthorized Error: Verify your JWT token is correct and included in the jwt_token
variable within your environment.
Query Syntax Errors: Check the structure of your query against the to ensure it’s valid for the API endpoint.