List Digital Asset Catalog
Get the list of digital assets (for example Bitcoin, Ethereum, or USDT) your platform can offer to its users.
The list is already sorted in a sensible display order, so you can show
it as it is. Some assets need a separate “gas” asset to cover network
fees — those assets include a gas_dependency section telling you
what else the user will need (for example, “you also need TRX”).
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Set to true to also include 'gas-only' assets (such as TRX) that exist only to pay network fees. These are normally left out because they are created automatically alongside the main asset.
Response
Successful Response
Standard response wrapper for list responses.
Declare ListResponse[list[SomeModel]] to render the real data
array schema in OpenAPI/Swagger; a bare ListResponse leaves data
untyped.
HTTP status code for the response.
Payload or error details.
UTC timestamp (milliseconds since epoch) when response was generated.
Total rows matching the request filters (not just this page).
x >= 0Page size used for this response. Null for cursor-paginated endpoints.
x >= 11-indexed page number for this response. Null for cursor-paginated endpoints.
x >= 1Total number of pages given the current limit. Null for cursor-paginated endpoints.
x >= 0Cursor for the next page, if available.

