Skip to main content
GET
RWA Historical Chart Data by ID

Notes

  • Find an RWA’s API ID via RWA List.
  • Auto-granularity when interval is 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 interval parameter:
    • daily: daily historical data
    • hourly: hourly data, up to the past 100 days
    • 5m: 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.
Historical data on the Basic plan is restricted to the past 2 years. Subscribe to Analyst plan & above for the full range.

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Path Parameters

id
string
default:gold
required

RWA ID. *refers to /rwas/list

Query Parameters

days
string
default:1

Data up to number of days ago. You may use any integer or max for number of days. Default: 1

interval
enum<string>

Data interval, leave empty for auto granularity.

Available options:
5m,
hourly,
daily
precision
enum<string>

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_prices
number[][]
required

Tokenized price data points as [timestamp, price] pairs

tokenized_market_caps
number[][]
required

Tokenized market cap data points as [timestamp, market_cap] pairs

tokenized_total_volumes
number[][]
required

Tokenized total volume data points as [timestamp, volume] pairs