---
title: "GET /v2/currency/pairs/sell-crypto"
method: GET
path: "/v2/currency/pairs/sell-crypto"
tags: ["Currency Pairs"]
---

# GET /v2/currency/pairs/sell-crypto

`GET /v2/currency/pairs/sell-crypto`

Getting the list of available currency pairs for sell crypto

## Headers

- `X-User-ID` string
- `X-User-IP` string

## Response `200`

Currency pairs for sell crypto

- object — Get currency pairs sell crypto response
  - `data` object[] — Currency pairs array
    - `displayName` string — Display name of payout method
    - `name` string — Payout method name
    - `pairs` object[] — Available currency pairs array
      - `fromAssetId` string — Crypto currency asset id
      - `to` string[] — Supported fiat for specific crypto asset
  - `meta` object — Meta info
    - `defaultCurrency` string — Customer's default fiat currency defined based on geolocation
    - `currencies` object[] — List of supported currencies (fiat and crypto) with meta data
      - `code` string — Currency code
      - `name` string — Currency display name
      - `image` string, url — Link to the currency icon image
      - `hasDestinationTag` boolean — Indicates whether the destination tag/memo is required for transactions with the given cryptocurrency

## Other responses

- `401` — API key is missing
- `403` — Invalid API key or access disabled
- `404` — Not found
- `503` — Maintenance status

---

[API](https://skmtc.dev/payb/apis/widget.md) · [All operations](https://skmtc.dev/payb/apis/widget/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payb/widget/revisions/2c2cf39656c5/schema)
