Markets
Query parameters
offsetstringOptionalExample:
Offset for pagination
0pagestringOptionalExample:
Page number for pagination
1pageSizestringOptionalExample:
Page size (items per page)
50enginestringOptionalExample:
Filter by engine type
hyperliquidminVolumestringOptionalExample:
Filter by minimum volume
1000000change24hstringOptionalExample:
Filter by price change
5netFundingstringOptionalExample:
Filter by either positive or negative funding rate
positivesearchTextstringOptionalExample:
Search text to filter markets
BTCsortstringOptionalExample:
Sort field and direction (e.g., volume:desc)
volume:descexcludeTextstringOptionalExample:
Text to exclude from results
USDTactivestringOptionalExample:
Filter by active status
trueResponses
200
Successfully retrieved markets data
application/json
totalnumberRequired
Total number of markets (after filters)
pagenumberRequired
Page number for pagination
pageSizenumberRequired
Page size (items per page)
totalPagesnumberRequired
Total number of pages
400
Bad request - Invalid query parameters
get
/marketsLast updated