XRP Ledger network health, RLUSD stablecoin monitoring, and whale tracking.
Required: X-API-Key: YOUR_KEY
Get key at feedoracle.io/subscribe
| Endpoint | Description |
|---|---|
/api/v1/feeds/xrp/health | Network health score |
/api/v1/feeds/xrp/market | XRP price & volume |
/api/v1/feeds/xrp/rlusd | RLUSD stablecoin |
/api/v1/feeds/xrp/rwa | RWA tokenization |
/api/v1/feeds/xrp/whale | Whale tracking |
curl -H "X-API-Key: YOUR_KEY" \ https://feedoracle.io/api/v1/feeds/xrp/health
{
"value": 100,
"status": "HEALTHY",
"network": {
"ledger_index": 101624657,
"peers": 21,
"server_state": "full"
},
"price": {"usd": 2.07, "change_24h": 0.74}
}
| Code | Meaning |
|---|---|
| 401 | Invalid API key |
| 429 | Rate limit exceeded |