Returns real-time market data from supported protocols, such as Jupiter, Kamino, MarginFi, Lulo and many more. For more information, please check our Protocol Support Roadmap.
Note: Some providers (e.g. Kamino) may return large responses with 100+ markets. For better performance in the API playground, consider filtering by both type and provider parameters.
Client key for the Markets API
Comma separated list of market types (lending, yield, loop, perpetual, prediction).
Comma separated list of provider IDs (marginfi, kamino, lulo, jupiter, defituna, carrot, dflow).
Cursor for pagination (market ID to start after)
Number of markets to return (default: 50, max: 200)
1 <= x <= 200URL-encoded JSON object for filtering markets. Use with type=prediction.
Status options:
openclosedsettledExamples:
{"prediction":{"status":["open"]}}{"prediction":{"status":["open", "closed"]}}Filter by token mint address (comma-separated). Not supported for prediction markets. Requires an explicit type filter that excludes prediction (e.g. type=lending,yield,loop,perpetual).
OK