v2

latestOpenAPI 3.1.0Proprietary2026-07-3191563.2 KB
Pricing

List payment currencies

The two on-chain currencies you can pay in.

get/v1/currencies

Response

Supported payment currencies.

Example response

{
  "currencies": [
    {
      "chain": "ton",
      "name": "GRAM (TON)"
    }
  ]
}