get markets
Last updated
Last updated
This API returns a paginated list of markets, supporting filters for chains, chain asset types, base asset ID, and quote asset ID.
Source code https://github.com/Deland-Labs/hibit-sdk
chain ids to filter the markets list.
chain asset types to filter the markets list.
The base asset id. This is an optional field that specifies the base asset for which the market list is requested.
The quote asset id. This is an optional field that specifies the quote asset for which the market list is requested.
maximum number of items to return. maximum value is 500.
number of items to skip before starting to collect the result set.
the sorting parameters for the list.
see https://learn.microsoft.com/en-us/azure/search/search-query-odata-orderby#examples for the format of the OrderBy string.
supported sorting parameters are: "MarketId".
default sorting is by " MarketId desc".