get assets
Last updated
Last updated
This API returns a paginated list of assets currently supported by Hibit, with optional filters for chain asset types and chain IDs.
Source code https://github.com/Deland-Labs/hibit-sdk
chain ids to filter the assets list.
chain asset types to filter the assets list.
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: "AssetId".
default sorting is by " AssetId desc".