---
title: "GET /api/currencies"
method: GET
path: "/api/currencies"
tags: ["ApiCurrencies"]
---

# GET /api/currencies

`GET /api/currencies`

## Query parameters

- `onlyVisible` boolean

## Response `200`

Success

- Currency[]
  - `code` string, nullable
  - `value` string, nullable
  - `unifiedCryptoAssetId` integer, nullable
  - `isHalted` boolean
  - `isFiat` boolean
  - `isShowedForUsers` boolean
  - `isForCommissionConversion` boolean
  - `availableOnExchange` boolean
  - `availableAsP2pExternalFiat` boolean
  - `tokenOf` string, nullable
  - `address` string, nullable
  - `digits` integer
  - `website` string, nullable
  - `whitePaper` string, nullable
  - `about` string, nullable
  - `issuingTime` string, nullable
  - `issuingPrice` string, nullable
  - `totalSupply` string, nullable
  - `networkConfirmations` string, nullable
  - `logoImage` string, byte, nullable
  - `allowDeposits` boolean
  - `allowWithdrawals` boolean
  - `currencyAdapters` CurrencyAdapter[], nullable
    - `currencyCode` string, nullable
    - `adapterCode` string, nullable
    - `tokenAddress` string, nullable
    - `adapter` Adapter
      - `code` string, nullable
      - `name` string, required
      - `mainCurrencyCode` string, nullable
      - `isFiat` boolean
  - `cryptoAdapterId` string, nullable

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
