Check Supported Tokens
Headless Checkout
Check Token Support
Get a token by its locator
GET
Check Supported Tokens
Authorizations
Path Parameters
A unique identifier used to locate a specific fungible token on a blockchain. Currently, memecoin checkout only supports the Solana network. Format: solana:<mintHash> (e.g. solana:6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN).
Pattern:
^solana:[1-9A-HJ-NP-Za-km-z]{32,44}$Response
The token has been successfully retrieved.
Information regarding the token that was requested and its availability
The token locator that was queried
Example:
"solana:6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
Whether the token is supported by Crossmint
Example:
true
The features show if the token is supported for credit card payment.

