Endpoints for tokenized Real-World Asset (RWA) data — equities, commodities, currencies, government securities, ETFs, and real estate. This category includes 4 endpoints:
- /v5/real-world-assets/map - RWA ID Map
- /v5/real-world-assets/info - RWA Info
- /v5/real-world-assets/issuers/list - RWA Issuers List
- /v5/real-world-assets/issuers - RWA 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.
RWA Info
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.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
RWA Info › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
RWA 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 (RWA 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.
Headers
X-CMC_PRO_API_KEYYour CoinMarketCap Pro API key
RWA Issuers List › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.
RWA 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 (RWA 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
RWA Issuer › Responses
Successful
Results of your query returned as an object.
Standardized status object for API calls.