RWA Tickers by ID
RWA
RWA Tickers by ID
To query the RWA tokens tickers on both centralized exchange (CEX) and decentralized exchange (DEX) based on a particular RWA ID
GET
RWA Tickers by ID
Notes
- Find an RWA’s API ID via RWA List.
- Returns tickers for every token tracking this RWA. Use
issuer_idsto filter by issuer — refer to RWA Issuers List for available values. - Tickers are paginated to 100 items per page.
- Use
exchange_idsto filter tickers for a specific exchange. - When
dex_pair_format=symbol, DEX pairbaseandtargetdisplay as symbols (e.g.WETH,USDC) instead of contract addresses. - When sorting by
volume,converted_volumeis used instead ofvolume.
Authorizations
Learn how to set up your API key
Path Parameters
RWA ID.
*refers to /rwas/list
Query Parameters
Issuer ID.
*refers to /rwas/issuers/list
Exchange ID.
*refers to /exchanges/list
Page through results
Sort the order of responses. Default: last_traded_at_desc
Available options:
last_traded_at_desc, last_traded_at_asc, volume_desc, volume_asc Include 2% orderbook depth, i.e. cost_to_move_up_usd and cost_to_move_down_usd.
Default: false
Set to symbol to display DEX pair base and target as symbols.
Default: contract_address
Available options:
contract_address, symbol 
