CoinMarketCapCoinMarketCap
PricingAPI StatusGet API Key
  • Overview
  • API Reference
  • WebSocket
  • AI Agent Hub
  • Changelog
  • FAQ
If you are an AI agent, LLM, or automated tool, this documentation provides clean Markdown versions of pages. Use the HTTP Link header for the exact Markdown alternate, append .md to documentation page URLs, or start from https://pro.coinmarketcap.com/llms.txt.

© 2026 CoinMarketCap. All rights reserved.

xgithub
Choose an Endpoint
Market Data
    Cryptocurrency
    Exchange
    Real World Assets
      RWA ID MapgetRWA InfogetRWA Issuers ListgetRWA Issuerget
    Derivatives
    Global Metrics
    Content
    Community
    CMC Index
    Others
DEX Data
    Token
    Platform
    Holder
    OHLCV
Utilities
    Fiat ID MapgetKey InfogetPostman Conversion v1getPrice Conversion v2get
Legacy
CoinMarketCap Cryptocurrency API Documentation
CoinMarketCap Cryptocurrency API Documentation

Real World Assets

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

GET
https://pro-api.coinmarketcap.com
/v5/real-world-assets/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.

RWA ID Map › query Parameters

asset_type
​string · enum

Optionally filter by asset type. One of stock, commodity, currency, government_security, etf, real_estate.

Enum values:
stock
commodity
currency
government_security
etf
real_estate
symbol
​string · pattern: ^[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.

sort
​string · enum

Optionally specify the field used to sort the list. Options: rwa_id, rwa_rank, name.

Enum values:
rwa_id
rwa_rank
name
Default: rwa_id
start
​integer · min: 1

Optionally offset the start (1-based index) of the paginated list of items to return.

Default: 1
limit
​integer · min: 1 · max: 250

Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.

Default: 100

RWA ID Map › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

RWA ID Map › Responses

Successful

RWA_ID_Map_-_Response_Model
​RWA_ID_Map_-_Results_object · required

Results of your query returned as an object.

​API_Status_Object

Standardized status object for API calls.

GET/v5/real-world-assets/map
curl --request GET \ --url https://pro-api.coinmarketcap.com/v5/real-world-assets/map \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
Example Responses
{ "data": { "rwa_assets": [ { "name": "Gold", "symbol": "GOLD", "slug": "gold", "rwa_id": 1, "asset_type": "commodity", "rwa_rank": 1, "has_tokens": true, "first_historical_data": "2009-09-27T00:00:00.000Z", "last_historical_data": "2026-07-08T10:29:00.000Z" }, { "name": "Nvidia Corp", "symbol": "NVDA", "slug": "nvidia", "rwa_id": 2, "asset_type": "stock", "rwa_rank": 2, "has_tokens": true, "first_historical_data": "2003-09-07T04:00:00.000Z", "last_historical_data": "2026-07-08T10:29:00.000Z" } ], "total_size": 7805, "has_more": true }, "status": { "timestamp": "2026-03-05T22:43:48.471Z", "error_code": 0, "error_message": "", "elapsed": 10, "credit_count": 1, "notice": "" } }
json
application/json

RWA Info

GET
https://pro-api.coinmarketcap.com
/v5/real-world-assets/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).

RWA Info › query Parameters

rwa_id
​string · pattern: ^\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
​string · pattern: ^[0-9a-z-]+(?:,[0-9a…

Alternatively pass RWA asset slugs. Example: gold,nvidia.

symbol
​string · pattern: ^[0-9A-Za-z$@\-,]+(?…

Alternatively pass RWA asset symbols / tickers. Example: NVDA,GOLD.

RWA Info › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

RWA Info › Responses

Successful

RWA_Info_-_Response_Model
​RWA_Info_-_Results_object · required

Results of your query returned as an object.

​API_Status_Object

Standardized status object for API calls.

GET/v5/real-world-assets/info
curl --request GET \ --url https://pro-api.coinmarketcap.com/v5/real-world-assets/info \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
Example Responses
{ "data": { "rwa_assets": [ { "name": "Gold", "symbol": "GOLD", "slug": "gold", "website": null, "employees": null, "founded": null, "industry": null, "cik": null, "about": { "description": "Gold is a physical commodity and monetary metal that has served as a store of value for thousands of years, widely regarded as a safe-haven asset that retains purchasing power during inflation and financial instability.", "logo": null, "website": null, "date_added": "2025-07-17T06:57:15.000Z" }, "rwa_id": 1, "asset_type": "commodity", "rwa_rank": 1, "has_tokens": true, "primary_exchange": null }, { "name": "Nvidia Corp", "symbol": "NVDA", "slug": "nvidia", "website": "https://www.nvidia.com", "employees": 36000, "founded": "1993-04-04", "industry": "Semiconductors & Related Devices", "cik": "0001045810", "about": { "description": "NVIDIA is a U.S.-based semiconductor and computing company specializing in GPUs, AI hardware, and high-performance computing.", "logo": null, "website": "https://www.nvidia.com", "date_added": "2025-07-17T06:35:44.000Z" }, "rwa_id": 2, "asset_type": "stock", "rwa_rank": 2, "has_tokens": true, "primary_exchange": "Nasdaq" } ] }, "status": { "timestamp": "2026-03-05T22:43:48.471Z", "error_code": 0, "error_message": "", "elapsed": 10, "credit_count": 1, "notice": "" } }
json
application/json

RWA Issuers List

GET
https://pro-api.coinmarketcap.com
/v5/real-world-assets/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.

RWA Issuers List › query Parameters

issuer_id
​string · pattern: ^[0-9a-f]{24}(?:,[0-…

Optionally filter to one or more comma-separated issuer IDs (24-char hex). Example: 6a2d54b697c45356b1a634f4.

active
​boolean

Optionally filter by active status. Omit to return all issuers.

start
​integer · min: 1

Optionally offset the start (1-based index) of the paginated list of items to return.

Default: 1
limit
​integer · min: 1 · max: 250

Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.

Default: 100

RWA Issuers List › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

RWA Issuers List › Responses

Successful

RWA_Issuers_List_-_Response_Model
​RWA_Issuers_List_-_Results_object · required

Results of your query returned as an object.

​API_Status_Object

Standardized status object for API calls.

GET/v5/real-world-assets/issuers/list
curl --request GET \ --url https://pro-api.coinmarketcap.com/v5/real-world-assets/issuers/list \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
Example Responses
{ "data": { "issuers": [ { "name": "Backed Assets", "website": "https://assets.backed.fi/", "logo": null, "issuer_id": "6878977dcbbf471de3366e85", "num_tokens": 147 }, { "name": "Backpack", "website": "https://backpack.exchange", "logo": "https://s2.coinmarketcap.com/static/img/issuer/M7sS2GzR_400x400.png", "issuer_id": "6a2d54b697c45356b1a634f4", "num_tokens": 1 }, { "name": "Bitget Assets", "website": "https://www.bitget.com/", "logo": null, "issuer_id": "68a80be20135f56ec3188cdc", "num_tokens": 0 } ], "total_size": 24, "has_more": true }, "status": { "timestamp": "2026-03-05T22:43:48.471Z", "error_code": 0, "error_message": "", "elapsed": 10, "credit_count": 1, "notice": "" } }
json
application/json

RWA Issuer

GET
https://pro-api.coinmarketcap.com
/v5/real-world-assets/issuers

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.

RWA Issuer › query Parameters

issuer_id
​string · pattern: ^[0-9a-f]{24}$ · required

A single issuer ID (24-char hex). Example: 6a2d54b697c45356b1a634f4. Obtain it from /v5/real-world-assets/issuers/list.

start
​integer · min: 1

Optionally offset the start (1-based index) into the linked-tokens list.

Default: 1
limit
​integer · min: 1 · max: 250

Optionally specify the page size for the linked-tokens list. Default 100, max 250.

Default: 100

RWA Issuer › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

RWA Issuer › Responses

Successful

RWA_Issuer_-_Response_Model
​RWA_Issuer_-_Results_object · required

Results of your query returned as an object.

​API_Status_Object

Standardized status object for API calls.

GET/v5/real-world-assets/issuers
curl --request GET \ --url 'https://pro-api.coinmarketcap.com/v5/real-world-assets/issuers?issuer_id=%3Cstring%3E' \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
Example Responses
{ "data": { "name": "Backpack", "website": "https://backpack.exchange", "logo": "https://s2.coinmarketcap.com/static/img/issuer/M7sS2GzR_400x400.png", "tokens": [ { "name": "SpaceX tokenized stock (Backpack)", "symbol": "SPCX", "crypto_id": 40238, "rwa_id": 9 } ], "issuer_id": "6a2d54b697c45356b1a634f4", "num_tokens": 1, "total_size": 1, "has_more": false }, "status": { "timestamp": "2026-03-05T22:43:48.471Z", "error_code": 0, "error_message": "", "elapsed": 10, "credit_count": 1, "notice": "" } }
json
application/json

ExchangeDerivatives