Token list

This endpoint retrieves available Tokens managed by Trustlines.

Request

GET /api/v1/tokens

Parameters

The endpoint supports custom result limit and pagination via limit and offset query parameters.

Paginationchevron-right

Sorting results

The response may be sorted by passing the sort parameter. The sort parameter accepts the following values: code , trustlines , holders , amms ,price , supply , marketcap , score , createdAt , updatedAt

GET /api/v1/tokens?sort=score

Sort direction may be specified by passing direction=asc parameter for ascending order or direction=desc parameter for descending order.

Example

curl https://api.xrpscan.com/api/v1/tokens?sort=score&direction=desc

Response

Last updated