List all assets (TRC-10 tokens) on chain

get/v1/assets

Query parameters

order_bystring

Sort options: total_supply,asc|desc, start_time,asc|desc, end_time,asc|desc, id,asc|desc (default: id,desc).

limitinteger

The maximum number of assets to return per page. (Default: 20, Max: 200)

fingerprintstring

fingerprint of the last asset returned by the previous page; when using it, the other parameters and filters should remain the same

Response

200

successboolean

Whether the request was successful.

Changes

No recorded changes to this endpoint across all 1 revision of this API.