Endpoints for tokenized Real-World Asset (RWA) data — equities, commodities, currencies, government securities, ETFs, and real estate. This category includes 7 endpoints:
- /v5/real-world-assets/map - RWA ID Map
- /v5/real-world-assets/info - Metadata
- /v5/real-world-assets/assets/list - RWA List
- /v5/real-world-assets/market-pairs/list - Market Pairs
- /v5/real-world-assets/quotes/latest - Quotes Latest
- /v5/real-world-assets/issuers/list - Issuers List
- /v5/real-world-assets/issuers - Issuer
RWA ID Map
Returns a mapping of all Real-World Asset (RWA) assets to their unique rwa_id. Use this lightweight lookup to resolve the correct rwa_id (the stable identifier we recommend over symbols/tickers) before calling the heavier info, asset-list, market-pairs, or historical endpoints. No market data is returned here.
This endpoint is available on the following API plans:
- Basic
- Builder
- Startup
- Growth
- Professional
- Enterprise
Cache / Update frequency: Every 30 seconds.
Plan credit use: No credit is needed when querying this endpoint.
query Parameters
asset_typeOptionally filter by asset type. One of stock, commodity, currency, government_security, etf, real_estate.
symbol^[0-9A-Za-z$@\-,]+(?…Optionally pass a comma-separated list of RWA asset symbols / tickers to return IDs for. If passed, other filter options are ignored. Example: NVDA,GOLD.
sortOptionally specify the field used to sort the list. Options: rwa_id, rwa_rank, name.
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
RWA ID Map › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
Metadata
Returns static metadata for one or more Real-World Asset (RWA) assets: nominal/company fields plus an About block (description, logo, website). Mirrors /v2/cryptocurrency/info. No market data is returned here — use /v5/real-world-assets/assets/list for tokenized quotes. At least one of rwa_id, rwa_slug, or symbol is required, and only one identifier type may be used per request.
This endpoint is available on the following API plans:
- Basic
- Builder
- Startup
- Growth
- Professional
- Enterprise
Cache / Update frequency: Every 30 seconds.
Plan credit use: 1 call credit per 250 RWA assets returned (rounded up).
query Parameters
rwa_id^\d+(?:,\d+)*$One or more comma-separated RWA asset IDs. Example: 1,2. At least one of rwa_id, rwa_slug, or symbol is required.
rwa_slug^[0-9a-z-]+(?:,[0-9a…Alternatively pass RWA asset slugs. Example: gold,nvidia.
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass RWA asset symbols / tickers. Example: NVDA,GOLD.
skip_invalidPass true to relax request validation rules. When requesting records on multiple RWA assets an error is returned if no match is found for one or more requested assets. If set to true, invalid lookups will be skipped allowing valid assets to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Metadata › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
RWA List
Returns a paginated list of tracked Real-World Asset (RWA) assets with their tokenized aggregate quotes — average tokenized price, tokenized market cap, and 24h tokenized volume. Static metadata is not returned here — use /v5/real-world-assets/info for that. Mirrors the /listings market-data convention. Results default to rwa_rank ascending.
This endpoint is available on the following API plans:
- Basic
- Builder
- Startup
- Growth
- Professional
- Enterprise
Cache / Update frequency: Every 1 minute.
Plan credit use: 1 call credit per 250 RWA assets returned (rounded up), plus 1 credit per convert/convert_id beyond the first.
query Parameters
rwa_id^\d+(?:,\d+)*$One or more comma-separated RWA asset IDs. Example: 1,2. Only one identifier type (rwa_id, rwa_slug, or symbol) may be used per request.
rwa_slug^[0-9a-z-]+(?:,[0-9a…Alternatively pass RWA asset slugs. Example: nvidia,gold.
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass RWA asset symbols / tickers. Example: NVDA,GOLD.
asset_typeOptionally filter by asset type. One of stock, commodity, currency, government_security, etf, real_estate.
sortOptionally specify the field used to sort the list. Options: rwa_rank, tokenized_market_cap, tokenized_volume_24h, average_tokenized_price, symbol.
sort_dirOptionally specify the sort direction. Options: asc, desc.
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
convertOptionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. Each conversion is returned in its own "quote" object. This parameter cannot be used when convert_id is used.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=2781 would replace convert=USD in your query. This parameter cannot be used when convert is used.
skip_invalidPass true to relax request validation rules. When requesting records on multiple RWA assets an error is returned if no match is found for one or more requested assets. If set to true, invalid lookups will be skipped allowing valid assets to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
RWA List › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
Market Pairs
Lists all active markets CoinMarketCap tracks for a single Real-World Asset (RWA) asset's underlying tokens. Requires exactly one of rwa_id, rwa_slug, or symbol. Mirrors /v1/cryptocurrency/market-pairs/latest.
This endpoint is available on the following API plans:
BasicBuilderStartup- Growth
- Professional
- Enterprise
Cache / Update frequency: Every 1 minute.
Plan credit use: 1 call credit per 250 market pairs returned (rounded up), plus 1 credit per convert/convert_id beyond the first.
query Parameters
rwa_id^\d+$A single RWA asset by rwa_id. Example: 2. Only one identifier type (rwa_id, rwa_slug, or symbol) may be used per request.
rwa_slug^[0-9a-z-]+$Alternatively pass the RWA asset slug. Example: nvidia.
symbol^[0-9A-Za-z$@\-]+$Alternatively pass the RWA asset symbol / ticker. Example: NVDA.
sortOptionally specify the field used to sort the market pairs. Options: volume_24h, price.
sort_dirOptionally specify the sort direction. Options: asc, desc.
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
convertOptionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. Each conversion is returned in its own "quote" object. This parameter cannot be used when convert_id is used.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=2781 would replace convert=USD in your query. This parameter cannot be used when convert is used.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Market Pairs › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
Quotes Latest
Returns the latest market data for one or more Real-World Asset (RWA) assets: tokenized aggregate values (average tokenized price, market cap, 24h volume), the underlying on-chain tokens with their individual prices, and the TradFi markets where the asset trades. A zoom-in on specific assets by identifier, in contrast to the paginated /v5/real-world-assets/assets/list. No static metadata here — use /v5/real-world-assets/info. At least one of rwa_id, rwa_slug, or symbol is required, and only one identifier type may be used per request.
This endpoint is available on the following API plans:
- Basic
- Builder
- Startup
- Growth
- Professional
- Enterprise
Cache / Update frequency: Every 60 seconds.
Plan credit use: 1 call credit per 250 RWA assets returned (rounded up), plus 1 credit per convert/convert_id beyond the first.
query Parameters
rwa_id^\d+(?:,\d+)*$One or more comma-separated RWA asset IDs. Example: 1,2. Only one identifier type (rwa_id, rwa_slug, or symbol) may be used per request.
rwa_slug^[0-9a-z-]+(?:,[0-9a…Alternatively pass RWA asset slugs. Example: nvidia,gold.
symbol^[0-9A-Za-z$@\-,]+(?…Alternatively pass RWA asset symbols / tickers. Example: NVDA,GOLD.
convertOptionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert option beyond the first requires an additional call credit. Each conversion is returned in its own "quote" object. This parameter cannot be used when convert_id is used.
convert_id^\d+(?:,\d+)*$Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. Ex: convert_id=2781 would replace convert=USD in your query. This parameter cannot be used when convert is used.
skip_invalidPass true to relax request validation rules. When requesting records on multiple RWA assets an error is returned if no match is found for one or more requested assets. If set to true, invalid lookups will be skipped allowing valid assets to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Quotes Latest › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
Issuers List
Returns a paginated list of all token issuers CoinMarketCap tracks for RWA assets (e.g. Backed Assets, bStocks, Backpack), each with a count of linked tokens but not the tokens themselves. To retrieve a single issuer with its linked tokens, use /v5/real-world-assets/issuers (Issuer). Mirrors the /v1/cryptocurrency/categories (list) vs /v1/cryptocurrency/category (single) split.
This endpoint is available on the following API plans:
- Basic
- Builder
- Startup
- Growth
- Professional
- Enterprise
Cache / Update frequency: Every 30 seconds.
Plan credit use: 1 call credit per request, no matter the query size.
query Parameters
issuer_id^[0-9a-f]{24}(?:,[0-…Optionally filter to one or more comma-separated issuer IDs (24-char hex). Example: 6a2d54b697c45356b1a634f4.
activeOptionally filter by active status. Omit to return all issuers.
startOptionally offset the start (1-based index) of the paginated list of items to return.
limitOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
skip_invalidPass true to relax request validation rules. When requesting records on multiple RWA assets an error is returned if no match is found for one or more requested assets. If set to true, invalid lookups will be skipped allowing valid assets to still be returned.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Issuers List › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
Issuer
Returns a single issuer with its full list of linked tokens (the cryptos issued by that issuer, each tied to an RWA asset). Requires a single issuer_id, which you can obtain from /v5/real-world-assets/issuers/list (Issuers List). Mirrors /v1/cryptocurrency/category, which returns one category with its nested coins.
This endpoint is available on the following API plans:
- Basic
- Builder
- Startup
- Growth
- Professional
- Enterprise
Cache / Update frequency: Every 30 seconds.
Plan credit use: 1 call credit per request, no matter the query size.
query Parameters
issuer_id^[0-9a-f]{24}$ · requiredA single issuer ID (24-char hex). Example: 6a2d54b697c45356b1a634f4. Obtain it from /v5/real-world-assets/issuers/list.
startOptionally offset the start (1-based index) into the linked-tokens list.
limitOptionally specify the page size for the linked-tokens list. Default 100, max 250.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
Issuer › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.