v1

latestOpenAPI 3.0.02026-08-06102347.7 KB
Currency

List supported payment currencies

Returns the supported blockchain and token combinations available for acquiring payments.

get/currency

Headers

Datestring

GMT server time (e.g. Tue, 21 Jan 2025 12:00:00 GMT). Required for every request.

Authorizationstring

HMAC-SHA256 Signature header. See the Authentication guide.

Response

Supported chain and token combinations

Example response

{
  "list": [
    {
      "chain": "TRON",
      "token_id": "USDT",
      "contract": "TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj"
    }
  ]
}