apro-socialmedia-proxy
APRO v2 socialmedia/proxy (POST JSON): forwards one read to the platform API. Call apro-socialmedia-support-paths first. method must be exactly Get. path must be a supported route (e.g. /2/...). Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/social-media
apro-socialmedia-support-paths
APRO v2 GET /v2/socialmedia/support_paths: returns allowed path templates for a platform (e.g. Twitter). Call this first to pick a valid path for apro-socialmedia-proxy. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/social-media
apro-sport-get
APRO v2 sports: generic GET for routes under /v2/sport/... (NFL, NBA, Soccer, Tennis, NCAA Football, etc.). route must include the /v2/ prefix; pass URL query params in query, not appended to route. Overview: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/sports
apro-ticker-currencies-list
APRO v2 GET /v2/ticker/currencies/list: paginated list of supported ticker currencies. page and size are positive integers (defaults 1 and 10). Use before guessing name/quotation symbols. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/ticker
apro-ticker-currency-ohlcv
APRO v2 GET /v2/ticker/currency/ohlcv: historical OHLCV. name = base crypto, quotation = quote. type = median|average. interval = hourly|daily. Timestamps are Unix ms integers (see docs sample). Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/ohlcv
apro-ticker-currency-price
APRO v2 GET /v2/ticker/currency/price: current aggregated price for one crypto in one quote currency. Pair order is fixed: name = base crypto, quotation = quote (e.g. name=aave, quotation=usd). Optional type is median|average only. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/ticker
apro-ticker-currency-support
APRO v2 GET /v2/ticker/currency/support: metadata and supported providers for one currency. Query param restricted must be strict or relaxed. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/ticker