---
title: "GET /api/currency-pairs/price-and-volume"
method: GET
path: "/api/currency-pairs/price-and-volume"
tags: ["ApiCurrencyPairs"]
---

# GET /api/currency-pairs/price-and-volume

`GET /api/currency-pairs/price-and-volume`

## Response `200`

Success

- CurrencyPairData[]
  - `currencyPair` 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
  - `price` number, double, nullable
  - `price24hAgo` number, double, nullable
  - `priceChangePercentage24h` number, double
  - `volume24h` number, double
  - `low24h` number, double, nullable
  - `high24h` number, double, nullable
  - `firstTradeDate` string, date-time, 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/6ca75f354ca4/schema)
