← Back to Documentation

ISO 20022-Mappable XML Export (Beta)

Overview

FeedOracle provides an ISO 20022-mappable XML export for RLUSD reserve data. This banking-friendly format follows ISO 20022 envelope patterns for enterprise integration.

Disclaimer: DATA INFRASTRUCTURE ONLY — not an audit, certification, or legal advice. FeedOracle does not certify or validate underlying reserve assets.

API Usage

JSON (default)

curl https://api.feedoracle.io/api/v3/rlusd/snapshot/rlusd_202511_20260121171127

XML Export

curl "https://api.feedoracle.io/api/v3/rlusd/snapshot/rlusd_202511_20260121171127?format=xml"

Verify

curl https://api.feedoracle.io/api/v3/rlusd/verify/rlusd_202511_20260121171127

Hash Method

content_hash = sha256(json.dumps(data_points, sort_keys=True))

The hash covers only the data_points array for deterministic verification.

XML Structure