RWA Issuers List
curl --request GET \
--url https://api.coingecko.com/api/v3/rwas/issuers/list \
--header 'x-cg-demo-api-key: <api-key>'[
{
"id": "coinbase-ecosystem",
"name": "Coinbase"
},
{
"id": "xstocks-ecosystem",
"name": "xStocks"
}
]RWA Issuers List
To query all the supported RWA issuers on CoinGecko
GET
/
rwas
/
issuers
/
list
RWA Issuers List
curl --request GET \
--url https://api.coingecko.com/api/v3/rwas/issuers/list \
--header 'x-cg-demo-api-key: <api-key>'[
{
"id": "coinbase-ecosystem",
"name": "Coinbase"
},
{
"id": "xstocks-ecosystem",
"name": "xStocks"
}
]Notes
- Use this endpoint to get issuer IDs for endpoints that require an
issuerparameter, such as RWA List with Market Data. - No pagination required — the full list is returned in a single response.
Authorizations
headerAuthqueryAuth
Learn how to set up your API key
Was this page helpful?

