RWA Historical Chart Data by ID
RWA
RWA Historical Chart Data by ID
To get the historical chart data of a RWA including time in UNIX, price, market cap and 24hrs volume based on a particular RWA ID
GET
RWA Historical Chart Data by ID
Notes
- Find an RWA’s API ID via RWA List.
- Auto-granularity when
intervalis not specified:- 1 day from current time = 5-minutely data
- 2–90 days = hourly data
- Above 90 days = daily data (00:00 UTC)
- Override with the
intervalparameter:daily: daily historical datahourly: hourly data, up to the past 100 days5m: 5-minutely data, up to the past 10 days (Enterprise only)
- Data available from 1 July 2025 onwards for stocks, and 15 September 2019 onwards for commodities.
- The last completed UTC day (00:00) is available 10 minutes after midnight (00:10 UTC).
- Values reflect the aggregated onchain tokenized market, not the underlying stock or commodity spot market. All values are in USD.
Authorizations
Learn how to set up your API key
Path Parameters
RWA ID.
*refers to /rwas/list
Query Parameters
Data up to number of days ago.
You may use any integer or max for number of days.
Default: 1
Data interval, leave empty for auto granularity.
Available options:
5m, hourly, daily Decimal place for currency price value.
Available options:
full, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 Response
200 - application/json
RWA historical chart data
Tokenized price data points as [timestamp, price] pairs
Tokenized market cap data points as [timestamp, market_cap] pairs
Tokenized total volume data points as [timestamp, volume] pairs

