Skip to main content
GET
Python (SDK)

Authorizations

x-api-key
string
header
required

Your Compass API Key. Get your key here.

Query Parameters

category
string | null

Filter markets by category (e.g. 'tech', 'finance').

search
string | null

Case-insensitive substring match against the on-chain symbol, underlying ticker, and underlying name.

provider
enum<string> | null

Filter by issuer ('ondo' equities, 'midas' RWA yield). Issuer/provider of a tokenized asset.

Available options:
ondo,
midas,
ixs,
centrifuge,
wisdomtree
asset_class
enum<string> | null

Filter by asset class (EQUITY, T_BILLS, BASIS_TRADE, BTC_YIELD). Asset class of a tokenized asset.

EQUITY trades via the order endpoints (build/submit/cancel); the RWA yield classes (T_BILLS, BASIS_TRADE, BTC_YIELD), MANAGED_VAULT, and DERWA trade via the swap-based transact/buy and transact/sell endpoints. MANAGED_VAULT (IXS ERC-4626 vaults) is special in that a sell is an asynchronous redemption request settled off-chain by the vault operator. DERWA (Centrifuge freely-transferable RWA wrappers) settles each buy/sell as a single instant DEX swap.

MONEY_MARKET (WisdomTree Connect digital funds) also uses transact/buy and transact/sell, but neither swaps nor mints: a buy transfers the settlement stablecoin to the issuer's deposit address and the issuer mints fund shares back at the next NAV cycle, so settlement is asynchronous.

Available options:
EQUITY,
T_BILLS,
BASIS_TRADE,
BTC_YIELD,
MANAGED_VAULT,
DERWA,
MONEY_MARKET
chain
enum<string> | null

Filter by network. Equities are Ethereum-only; RWA yield assets exist on Ethereum and Base. The chain to use.

Available options:
base,
ethereum,
arbitrum,
hyperevm,
tempo,
bsc,
ethereum_sepolia

Response

Successful Response

List of tokenized equity markets.

markets
Market · object[]
required

Tokenized equity markets surfaced on Ethereum.