---
title: "Get all supported tokens"
method: GET
path: "/2024-09-26/tokens"
---

# Get all supported tokens

`GET /2024-09-26/tokens`

Retrieve a paginated list of all supported tokens for checkout. Sorted by most recent first.

## Query parameters

- `chains` string
- `cursor` string
- `limit` string
- `tokenClasses` string

## Headers

- `X-API-KEY` string, required

## Response `200`

List of supported tokens retrieved successfully.

- GetAllTokensResponseDTO
  - `nextCursor` string
  - `previousCursor` string
  - `data` object[], required
    - `token` string, required
    - `available` boolean, required
    - `features` object, required — The features show if the token is supported for credit card payment, same chain crypto payment, and cross chain crypto payment.
      - `creditCardPayment` boolean, required

## Other responses

- `400` — Invalid query parameters.
- `403` — No access to tokens

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/revisions/e2143d192130/schema)
