---
title: "Get Withdrawal Currencies"
method: GET
path: "/v1/currency/withdrawal"
tags: ["Currencies"]
---

# Get Withdrawal Currencies

`GET /v1/currency/withdrawal`

Returns currencies eligible for withdrawals on MoonPay Commerce — those with the `WITHDRAWAL_SOURCE` and/or `WITHDRAWAL_DESTINATION` feature. Use this to retrieve currency IDs when creating a withdrawal config or preparing a withdrawal.

## Response `200`

- Currency[]
  - `blockchain` Blockchain, required
    - `engine` BlockchainEngine, required
      - `id` string, required
      - `type` 'EVM' | 'SOL' | 'BTC', required
    - `id` string, required
    - `name` string, required
    - `symbol` 'SOL' | 'ETH' | 'POLYGON' | 'BASE' | 'BITCOIN', required
  - `id` string, required
  - `symbol` string, required
  - `name` string, required
  - `mintAddress` string, required
  - `coinMarketCapId` number, required
  - `decimals` number, required
  - `minDecimals` number
  - `symbolPrefix` string
  - `order` number, required
  - `type` 'FIAT' | 'DIGITAL'
  - `features` string[]
  - `iconUrl` string

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/versions/5732beb2d39f/schema)
