cURL
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 } }
Get a token by its locator
API key required for authentication
The token has been successfully retrieved.
Information regarding the token that was requested and its availability
The features show if the token is supported for credit card payment, same chain crypto payment, and cross chain crypto payment.
Show child attributes
Was this page helpful?