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"
    }
  ]
}