RLUSD Reserve Attestation API
✓ LIVE Evidence-grade infrastructure for RLUSD transparency
Base URL: https://api.feedoracle.io
Quick Test - Copy & Run
1. Service Status + Build Info
curl -s https://api.feedoracle.io/api/v3/rlusd/status | jq
2. Latest Attestation
curl -s https://api.feedoracle.io/api/v3/rlusd/latest | jq
3. Verify Hash Integrity
curl -s https://api.feedoracle.io/api/v3/rlusd/verify/rlusd_202511_20260121171127 | jq
4. Blockchain Anchors (XRPL active, Polygon planned)
curl -s https://api.feedoracle.io/api/v3/rlusd/anchors | jq
5. ISO 20022-Mappable XML Export
curl -s "https://api.feedoracle.io/api/v3/rlusd/snapshot/rlusd_202511_20260121171127?format=xml" | head -30
6. Historical Data
curl -s https://api.feedoracle.io/api/v3/rlusd/history | jq ".count"
7. Check Response Headers
curl -sI https://api.feedoracle.io/api/v3/rlusd/status | grep -i x-feedoracle
Returns: X-FeedOracle-Build, X-FeedOracle-Node, X-FeedOracle-Schema, X-FeedOracle-API
Key Features
- Yes Rolling historical data available via history endpoint
- Yes SHA-256 content hashes for integrity verification
- Yes Blockchain anchoring: XRPL (active). Polygon DAP contract deployed, reconnection pending
- Yes ISO 20022-mappable XML export
- Yes Source PDF links with hash verification
- Yes Build/Version metadata in headers
⛓️ On-Chain Verification
XRPL Wallet: rKs1JjEArqPWojFwcGdMq93wVZr3f7eXcm
Polygon DAP Contract: 0xE1eAC4435716B1B8F358D280ab87FB04FEa7b93C
Data Source
Data parsed from Ripple's monthly CPA-attested transparency reports:
ripple.com/solutions/stablecoin/transparency
Disclaimer
FeedOracle provides data infrastructure only. This is NOT audit, certification, or legal advice. No partnership with Ripple implied.
Full Documentation
Updated: January 21, 2026 | contact@feedoracle.io