# List supported payment currencies

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

Endpoint: GET /currency
Version: 1.0.0
Security: InfiniHmac

## Header parameters:

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

  - `Authorization` (string)
    HMAC-SHA256 `Signature` header. See the [Authentication](/docs/en/4-authorization) guide.

## Response 200 fields (application/json):

  - `list` (array)
    List of supported cryptocurrencies

  - `list.chain` (string)
    Blockchain network name
    Example: TRON

  - `list.token_id` (string)
    Token identifier
    Example: USDT

  - `list.contract` (string)
    Token contract address
    Example: TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj

