---
title: "GET /api/p2p/currency-pairs"
method: GET
path: "/api/p2p/currency-pairs"
tags: ["ApiP2P"]
---

# GET /api/p2p/currency-pairs

`GET /api/p2p/currency-pairs`

## Response `200`

Success

- CurrencyPair[]
  - `code` string, nullable
  - `isHalted` boolean
  - `isShowedForUsers` boolean
  - `currencyFromId` string, nullable
  - `currencyFrom` 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
  - `currencyToId` string, nullable
  - `currencyTo` 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
  - `overridedName` string, nullable
  - `digitsPrice` integer
  - `uiDigitsPrice` integer
  - `digitsAmount` integer
  - `uiDigitsAmount` integer
  - `sendToCoinmarketcap` boolean
  - `availableOnExchange` boolean
  - `availableOnP2P` boolean
  - `digitsPriceP2P` integer
  - `digitsAmountP2P` integer
  - `useFairLaunchTrading` boolean
  - `getDisplayName` 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)
