742e86bc3ab0
Returns market data for listed markets, optionally filterable by asset address, name, symbol, underlying address, underlying name or underlying symbol.
Versioning (controlled via accept-version header):
- stable (default): chainId is required. Response includes a top-level tokens array of TokenMetadata objects. Markets include rewardsDistributors and pointsDistributions.
- next: chainId is optional for cross-chain queries. Token metadata is embedded inside each market as underlyingTokenMetadata with nested tokenPrices. Supports accountAddress for Prime APY data. No top-level tokens field.
Query parameters
[stable] Required. [next] Optional. Blockchain chain ID to filter results.
[both] Filter by vToken address.
[both] Filter by asset symbol.
[both] Filter by asset name.
[both] Filter by underlying token address.
[both] Filter by underlying token name.
[both] Filter by underlying token symbol.
[both] Columns to sort by. Default is descending. Prepend + for ascending (e.g. +underlyingName).
[both] Maximum number of results to return.
[both] Page number for pagination.
[next only] Account address to embed personalised Prime APY boosts into each market.
Headers
Selects the API version. stable (default) requires chainId and returns a top-level tokens array. next supports cross-chain queries and embeds token data inside each market as underlyingTokenMetadata.
Response
Returns Market data for all listed markets.