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 MapgetMetadatagetRWA ListgetMarket PairsgetQuotes LatestgetIssuers ListgetIssuerget
    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 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

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

Metadata

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).

Metadata › 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.

skip_invalid
​string

Pass 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.

Metadata › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

Metadata › 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 List

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

RWA List › query Parameters

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

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

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

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

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
sort
​string · enum

Optionally specify the field used to sort the list. Options: rwa_rank, tokenized_market_cap, tokenized_volume_24h, average_tokenized_price, symbol.

Enum values:
rwa_rank
tokenized_market_cap
tokenized_volume_24h
average_tokenized_price
symbol
Default: rwa_rank
sort_dir
​string · enum

Optionally specify the sort direction. Options: asc, desc.

Enum values:
asc
desc
Default: asc
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
convert
​string

Optionally 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
​string · pattern: ^\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_invalid
​string

Pass 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.

RWA List › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

RWA List › Responses

Successful

RWA_Asset_List_-_Response_Model
​RWA_Asset_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/assets/list
curl --request GET \ --url https://pro-api.coinmarketcap.com/v5/real-world-assets/assets/list \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
Example Responses
{ "data": { "total_size": 2, "has_more": false, "rwa_assets": [ { "name": "GOLD", "symbol": "GOLD", "slug": "gold", "quotes": [ { "symbol": "USD", "crypto_id": 2781, "average_tokenized_price": 4018.181479970762, "tokenized_market_cap": 1884879975.1722481, "tokenized_volume_24h": 139285845.12748477, "last_updated": "2026-07-15T10:45:05.000Z" } ], "rwa_id": 1, "asset_type": "commodity", "rwa_rank": 1, "has_tokens": true, "average_tokenized_price": 4018.181479970762, "tokenized_market_cap": 1884879975.1722481, "tokenized_volume_24h": 139285845.12748477, "last_updated": "2026-07-15T10:13:26.000Z" }, { "name": "NVIDIA", "symbol": "NVDA", "slug": "nvidia", "quotes": [ { "symbol": "USD", "crypto_id": 2781, "average_tokenized_price": 211.04769840665475, "tokenized_market_cap": 3726091.2870977107, "tokenized_volume_24h": 7654132.31153204, "last_updated": "2026-07-15T10:45:05.000Z" } ], "rwa_id": 2, "asset_type": "stock", "rwa_rank": 2, "has_tokens": true, "average_tokenized_price": 211.04769840665475, "tokenized_market_cap": 3726091.2870977107, "tokenized_volume_24h": 7654132.31153204, "last_updated": "2026-07-15T10:13:26.000Z" } ] }, "status": { "timestamp": "2026-03-05T22:43:48.471Z", "error_code": 0, "error_message": "", "elapsed": 10, "credit_count": 1, "notice": "" } }
json
application/json

Market Pairs

GET
https://pro-api.coinmarketcap.com
/v5/real-world-assets/market-pairs/list

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:

  • Basic
  • Builder
  • Startup
  • 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.

Market Pairs › query Parameters

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

Alternatively pass the RWA asset slug. Example: nvidia.

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

Alternatively pass the RWA asset symbol / ticker. Example: NVDA.

sort
​string · enum

Optionally specify the field used to sort the market pairs. Options: volume_24h, price.

Enum values:
volume_24h
price
Default: volume_24h
sort_dir
​string · enum

Optionally specify the sort direction. Options: asc, desc.

Enum values:
asc
desc
Default: desc
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
convert
​string

Optionally 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
​string · pattern: ^\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.

Market Pairs › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

Market Pairs › Responses

Successful

RWA_Market_Pairs_-_Response_Model
​RWA_Market_Pairs_-_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/market-pairs/list
curl --request GET \ --url https://pro-api.coinmarketcap.com/v5/real-world-assets/market-pairs/list \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
Example Responses
{ "data": { "rwa_id": 2, "name": "NVIDIA", "symbol": "NVDA", "num_market_pairs": 1, "market_pairs": [ { "exchange": { "exchange_id": 270, "name": "Binance", "slug": "binance" }, "market_id": 99001, "market_pair": "NVDAX/USDT", "category": "spot", "fee_type": "percentage", "market_pair_base": { "crypto_id": 36992, "symbol": "NVDAX", "exchange_symbol": "NVDAX", "currency_type": "cryptocurrency" }, "market_pair_quote": { "crypto_id": 825, "symbol": "USDT", "exchange_symbol": "USDT", "currency_type": "cryptocurrency" }, "exchange_reported_quotes": [ { "crypto_id": 2781, "symbol": "USD", "price": 211.33, "volume_24h_base": 39290.12, "volume_24h_quote": 8302814.85, "last_updated": "2026-07-15T10:45:05.000Z" } ], "quotes": [ { "crypto_id": 2781, "symbol": "USD", "price": 211.33, "volume_24h": 8302814.85, "last_updated": "2026-07-15T10:45:05.000Z" } ] } ], "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

Quotes Latest

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

Quotes Latest › query Parameters

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

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

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

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

convert
​string

Optionally 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
​string · pattern: ^\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_invalid
​string

Pass 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.

Quotes Latest › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

Quotes Latest › Responses

Successful

RWA_Quotes_Latest_-_Response_Model
​RWA_Quotes_Latest_-_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/quotes/latest
curl --request GET \ --url https://pro-api.coinmarketcap.com/v5/real-world-assets/quotes/latest \ --header 'X-CMC_PRO_API_KEY: YOUR_API_KEY'
Example Responses
{ "data": { "rwa_assets": [ { "name": "NVIDIA", "symbol": "NVDA", "slug": "nvidia", "quotes": [ { "symbol": "USD", "crypto_id": 2781, "average_tokenized_price": 211.04769840665475, "tokenized_market_cap": 3726091.2870977107, "tokenized_volume_24h": 7654132.31153204, "last_updated": "2026-07-15T10:45:05.000Z" } ], "rwa_id": 2, "asset_type": "stock", "rwa_rank": 2, "has_tokens": true, "average_tokenized_price": 211.04769840665475, "tokenized_market_cap": 3726091.2870977107, "tokenized_volume_24h": 7654132.31153204, "last_updated": "2026-07-15T10:13:26.066Z", "tokens": [ { "symbol": null, "name": null, "price": null, "crypto_id": 37679, "issuer_id": null, "issuer_name": null, "market_cap": null, "volume_24h": null }, { "symbol": "NVDA", "name": "NVIDIA tokenized stock FTX", "price": null, "crypto_id": 7913, "issuer_id": null, "issuer_name": null, "market_cap": null, "volume_24h": null }, { "symbol": "DNVDA", "name": "Nvidia Tokenized Stock Defichain", "price": null, "crypto_id": 19241, "issuer_id": null, "issuer_name": null, "market_cap": null, "volume_24h": null }, { "symbol": "NVDA.D", "name": "NVIDIA tokenized stock (Dinari)", "price": null, "crypto_id": 28616, "issuer_id": null, "issuer_name": null, "market_cap": null, "volume_24h": null }, { "symbol": "NVDAX", "name": "NVIDIA tokenized stock (xStock)", "price": 211.3282623557711, "crypto_id": 36992, "issuer_id": "69af7c7fef8bc60199c88622", "issuer_name": "Testing1", "market_cap": 3731044.7, "volume_24h": 8302814.85222761 }, { "symbol": "MSTR", "name": "Strategy Inc. Tokenized Stock (Robinhood)", "price": null, "crypto_id": 40745, "issuer_id": null, "issuer_name": null, "market_cap": null, "volume_24h": null } ], "tradfi_markets": [ { "exchange": { "slug": "binance", "name": "Binance", "exchange_id": 270 }, "ticker": "NVDA", "market_url": "https://www.binance.com/en/stocks/EQ_NVDA" } ] }, { "name": "GOLD", "symbol": "GOLD", "slug": "gold", "quotes": [ { "symbol": "USD", "crypto_id": 2781, "average_tokenized_price": 4018.181479970762, "tokenized_market_cap": 1884879975.1722481, "tokenized_volume_24h": 139285845.12748477, "last_updated": "2026-07-15T10:45:05.000Z" } ], "rwa_id": 1, "asset_type": "commodity", "rwa_rank": 1, "has_tokens": true, "average_tokenized_price": 4018.181479970762, "tokenized_market_cap": 1884879975.1722481, "tokenized_volume_24h": 139285845.12748477, "last_updated": "2026-07-15T10:13:26.989Z", "tokens": [ { "symbol": "DGX", "name": "Digix Gold Token", "price": null, "crypto_id": 2739, "issuer_id": null, "issuer_name": null, "market_cap": 0, "volume_24h": 0 }, { "symbol": "PAXG", "name": "PAX Gold", "price": 4024.3699282937187, "crypto_id": 4705, "issuer_id": null, "issuer_name": null, "market_cap": 1806493532.83, "volume_24h": 134844803.16977933 }, { "symbol": "XAUM", "name": "Matrixdock Gold", "price": 4030.1765182593685, "crypto_id": 34212, "issuer_id": null, "issuer_name": null, "market_cap": 45234553.51, "volume_24h": 645710.16264194 }, { "symbol": "GOLDAO", "name": "GOLDAO", "price": 0.003454950092485161, "crypto_id": 31296, "issuer_id": null, "issuer_name": null, "market_cap": 2738250.71, "volume_24h": 816.29239512 } ], "tradfi_markets": [] } ] }, "status": { "timestamp": "2026-03-05T22:43:48.471Z", "error_code": 0, "error_message": "", "elapsed": 10, "credit_count": 1, "notice": "" } }
json
application/json

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 (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.

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
skip_invalid
​string

Pass 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.

Issuers List › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

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

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 (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.

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

Issuer › Headers

X-CMC_PRO_API_KEY
​string · required

Your CoinMarketCap Pro API key

Default: YOUR_API_KEY

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