Omira Documentations
  • 🧪Omira Labs
    • Introduction
    • Predictive Intelligence In DeFi
  • Omira API
    • Introduction
    • Access Packages
    • Request Access
    • API Documentation
  • 🔮B.B4 Prediction Models
    • Introduction
    • Model Whitepaper
    • dL: The "Degen" Model
  • 🤖0.07 Agent model
    • Introduction
    • Model Whitepaper
      • Model Personalization
      • Simulate Market Events
      • Trading Applications
  • 📈The SmartSwap DEX
    • Litepaper Overview
  • 🪙The Omira Token
    • Introduction
    • $OMIRA Token
  • 📖The Manual
    • Accessing B.B4
    • Accessing B.B4 dL
    • Tips & Tricks
  • ⛰️Development Path
    • Omira Token: Utility & Value Expansion
    • Roadmaps
      • Phase 1: Development of B.B4
      • Phase 2: The Rollout and More
      • Phase 3: Development of 0.07 & More
      • Phase 4: The Expansion
  • 📚Resources
    • 🖥️Omira Labs Website
    • 🤖B.B4 Model Web
    • 🐦X
    • 📲Telegram Group
    • 🪙Omira Token Web
    • Terms and Disclaimer
Powered by GitBook
On this page
  • Omira API Documentation
  • Authentication
  • Endpoints
  • Price Predictions
  • Path Parameters
  • Responses (bb4/bb4dL):
  • Error Responses
  • Rate Limits
  1. Omira API

API Documentation

Documentation for the Omira API

Omira API Documentation

Base URL: redacted.app/api/...

Authentication

Include your API key in the URL path. Example: https://accesspoint.app/api/{api_key}/...

Endpoints

URL: .../token-sentiment/{model}/{network}/{contract_address}

Method: GET

Path Parameters

  • model: Sentiment analysis model to use.

    • Options: sent

  • network: Blockchain network.

    • Options: eth, bsc, sol

Response

sentiment_report: Our model's report on the requested token's sentiment.


Price Predictions

URL: .../token-prediction/{model}/{network}/{contract_address}

Method: GET

Path Parameters

  • model: Price prediction model.

    • Options: bb4, bb4dL

  • network: Blockchain network.

    • Options: eth, bsc, sol

  • contract_address: Token contract address

Responses (bb4/bb4dL):

  • predicted_price:

    • 12h/1d

    • 24h/3d

    • 48h/5d


Error Responses

  • 400 Bad Request: Invalid request parameters

  • 401 Unauthorized: Invalid or missing API key

  • 404 Not Found: Requested resource not found

  • 500 Internal Server Error: Server-side error occurred

Rate Limits

The API is rate-limited to prevent abuse. Exceeding the limit will return a 429 Too Many Requests error. Contact us for higher limits.

PreviousRequest AccessNextIntroduction

Last updated 4 months ago