Back to ATLAX
ATLAX · Investor Mode · Confidential
Section 02

ATLAX Institutional Data APIs

ATLAX Intelligence Engine can become a subscription-based institutional data and analytics layer for funds, market makers, exchanges, custodians, and trading firms operating in the XRPL ecosystem.

Endpoint Catalog
GET
/v1/markets
Tradable markets and metadata
GET
/v1/orderbook/{market}
Live order book snapshots
GET
/v1/trades/{market}
Recent matched trades
GET
/v1/funding-rates
Current and historical funding
GET
/v1/open-interest
Per-market open interest
GET
/v1/liquidation-clusters
Liquidation density and zones
GET
/v1/whale-flows
Whale wallet flow analytics
GET
/v1/news-impact
Scored market-moving news
GET
/v1/market-stress-score
Composite stress indicator
GET
/v1/oracle-health
Oracle freshness and deviation
GET
/v1/risk-report/{wallet}
Account-level risk report
GET
/v1/settlement-events
Verified settlement event log
GET
/v1/matching-events
Matching engine event stream
Sample Response · GET /v1/market-stress-score
atlax://api/v1/market-stress-score
{
  "market": "XRP-PERP",
  "markPrice": "2.1842",
  "fundingRate8h": "0.0125%",
  "openInterest": "48250000",
  "liquidationClusterRisk": "HIGH",
  "marketStressScore": 82,
  "oracleStatus": "HEALTHY",
  "whaleFlowRisk": "MEDIUM",
  "newsImpact": "HIGH"
}
APIs are illustrative of the planned commercial product. The current prototype is simulation-only. Production endpoints, SLAs, authentication, rate limits, and pricing are under development.