hand-point-rightGetting Started

APRO AI Oracle enables anyone to request consensus-based data. In Version 2, we support both price feeds and a social media proxy system.This guide introduces how to request and verify price data and how to interact with social media data through our proxy service.

Getting Started

  1. Contact Our BD Team Apply for API access through our Business Development team. We offer basic plans and higher-rate paid plans.

  2. Test with Your API Key Use the code samples below to test your key and make API requests.

  3. Integrate with Your Application After verifying your API key, explore this documentation to start building.

⚠️ Important: Always route your API calls through your own backend server to protect your API key.

🔐 API Authentication & Credit System

  • V1: No API key required.

  • V2: Requires X-API-KEY and X-API-SECRET headers.

All API requests are subject to credit-based rate limiting. Each endpoint will indicate how many credits it consumes.

📡 Making API Requests

To call the API, target the corresponding endpoint and attach the required parameters. For a complete reference of available methods, see the sidebar for APRO AI Oracle API v1 and API v2.

Example Calls using TypeScript + Axios

V1: Fetch Supported Currencies

V2: Fetch Supported Currencies (with API key)

Base URL

TestNet: https://api-ai-oracle-test.apro.com

MainNet:https://api-ai-oracle.apro.com

Last updated