APRO AI Oracle API v1

APRO AI Oracle API v1

Welcome to the APRO AI Oracle API. We provide a wide range of oracle data, including market prices, news, and more. All data is processed through a distributed consensus mechanism to ensure trustworthiness and immutability.This endpoint is available under the following API plans:

  • Free Plan

  • Standard Plan

  • Other Professional Plans

Rate Limit: 30 credits per 60 seconds


Endpoint

1. Ticker Currencies List

Retrieve the list of supported currencies in APRO AI Oracle.

Credit Consumption: 1 credit per request

Endpoint: GET v1/ticker/currencies/list

Query Parameters

  • page (number) – Page number (Example: 1)

  • size (number) – Number of items per page (Example: 10)

Sample Request

Sample Response


2. Ticker Currency Support

Retrieve details about a specific currency.

Credit Consumption: 1 API call credit per request

Endpoint:GET v1/ticker/currency/support

Query Parameters

  • name (string) – Currency information (name, symbol, or keyword) (Example: aave)

  • restricted (string) – Query mode: strict or relaxed (Default: strict)

    • strict: Requires at least three data sources

    • relaxed: No minimum data source requirement

Sample Request

Sample Response

3. Ticker Currency Price

Retrieve the price of a specific currency in a given quotation currency.

Credit Consumption: 2 API call credits per request

Endpoint: GET v1/ticker/currency/price

Query Parameters

  • name (string) – Currency information (name, symbol, or keyword) (Example: aave)

  • quotation (string) – Quotation currency (name, symbol, or keyword) (Example: usd)

  • type (string) – Aggregation method (median or average) (Default: median)

Sample Request

Sample Response

Last updated