CoinFound RWA Read
Self-contained read-only access to CoinFound RWA GET endpoints.
Scope
- Supports
aggregates,timeseries,pie,list, anddatasetroutes underv1/c/rwa/*. - Does not refresh schema snapshots. Hand unresolved schema gaps to
$coinfound-rwa-schema-probe.
Workflow
- Read the bundled endpoint catalog and schema snapshots before constructing a request.
- Resolve the route by
endpoint_keyor byasset_class + family + metric. - Run the bundled fetch script and return both the envelope and normalized payload.
- If the schema is missing or conflicts with live data, delegate to
$coinfound-rwa-schema-probe.
Bundled Resources
Read first:
shared/coinfound_rwa/data/endpoint_catalog.jsonshared/coinfound_rwa/data/schema_snapshots/
Run:
shared/coinfound_rwa/scripts/fetch_rwa.py
Minimal Examples
python3 shared/coinfound_rwa/scripts/fetch_rwa.py \
--endpoint-key stable-coin.market-cap.timeseries \
--query '{"groupBy":"network"}'
python3 shared/coinfound_rwa/scripts/fetch_rwa.py \
--asset-class private-credit \
--family aggregates
Expected Output
Default output should include:
requestresponse_envelopenormalized_datadisplay_datashape_familyschema_source
References
references/rwa-read-workflow.mdreferences/rwa-read-capabilities.mdreferences/rwa-read-integration-notes.md
Scan to join WeChat group