---
title: "Check Supported Tokens"
method: GET
path: "/v1-alpha2/tokens/{tokenLocator}"
tags: ["Headless"]
---

# Check Supported Tokens

`GET /v1-alpha2/tokens/{tokenLocator}`

Get a token and its available features by its locator. This endpoint allows you to check if a specific token is supported by Crossmint and what features are available for it.

**API scope required**: `orders.create`

## Path parameters

- `tokenLocator` string, required

## Response `200`

The token has been successfully retrieved.

- SupportedTokenResponse — Information regarding the token that was requested and its availability
  - `token` string, required — The token locator that was queried
  - `available` boolean, required — Whether the token is supported by Crossmint
  - `features` TokenFeature, required — The features show if the token is supported for credit card payment.
    - `creditCardPayment` boolean, required — Whether credit card payment is available for this token

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `503` — Please try again in a few minutes. If the issue still persists, contact Crossmint support.
- `524` — A timeout occurred.

---

[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)
