Skip to main content
GET
/
v1-alpha2
/
tokens
/
{tokenLocator}
Get a token and its available features by its locator
curl --request GET \
  --url https://staging.crossmint.com/api/v1-alpha2/tokens/{tokenLocator} \
  --header 'X-API-KEY: <x-api-key>'
{
  "token": "<string>",
  "available": true,
  "features": {
    "creditCardPayment": true
  }
}

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

tokenLocator
string
required

Response

The token has been successfully retrieved.

Information regarding the token that was requested and its availability

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.

I