Tokens
GET /count
Description: Returns a JSON object containing the total number of tokens recorded.
Example Request:
Example Response:
GET /list
Description: Returns a paginated list of tokens. Query parameters include:
page
(required): The page number (e.g., 1).pageSize
(required): The number of tokens per page (e.g., 10).sortBy
(optional): Sorting criteria (e.g., "latest", "mcap", "upvotes", "network").
Example Request (cURL):
Example Response:
These endpoints allow users to efficiently retrieve token data without needing to manage the underlying database or caching logic. The minimal examples above demonstrate how to interact with these endpoints using simple GET requests.
Last updated