Skip to content

/tokens

Generated from openapi.yaml. 2 operations.Download the specification.

GET/v1/tokens

List the tokens this merchant accepts

The platform registry, each entry marked with whether this merchant accepts it. A token the merchant has never toggled falls back to the platform default.

Requires your secret key as a bearer token.

Responses

StatusDescription
200List of token: mint, symbol, decimals, class, isDefault, floor, accepted

POST/v1/tokens

Accept or decline a curated token

Only tokens already in the platform registry can be toggled. The floor stable cannot be declined, because it is what pricing falls back to.

Requires your secret key as a bearer token.

Body

FieldTypeRequiredDescription
mintstringyesRegistry mint address
enabledbooleanno

Responses

StatusDescription
200The updated token
400Not in the registry

All resources ·Supported tokens ·Sandbox