Skip to content

Token Management

Token management covers token creation, balance lookup, wallet recharge, and low-balance notifications.

PageEndpoint
Create TokenPOST /token
Get BalanceGET /token
Recharge WalletGET /recharge
Get Low Balance SettingsGET /token/settings
Update Low Balance SettingsPUT /token/settings
OperationCost
Create tokenFree
Get wallet balance1 credit
Get recharge linkFree
Get low balance settings1 credit
Update low balance settings1 credit
  • For ongoing balance monitoring, prefer the x-balance response header on paid endpoints.
  • Low-balance notifications can target either an email address or a webhook.
  • Webhook configuration for low-balance alerts uses the same format family as the inbound email webhook flow. See Webhook Formats.