Skip to main content
GET
/
v1
/
currency
/
deposit
Get Deposit Currencies
curl --request GET \
  --url https://api.hel.io/v1/currency/deposit
{
  "title": "currencyList"
}
Note: When using the production environment at moonpay.hel.io, set your API endpoint to api.hel.io/v1 and generate API keys there. For the development environment, use api.dev.hel.io/v1 and generate API keys from moonpay.dev.hel.io.

Response

200 - application/json
blockchain
object
required
id
string
required
symbol
string
required
name
string
required
mintAddress
string
required
coinMarketCapId
number
required
decimals
number
required
order
number
required
minDecimals
number
symbolPrefix
string
type
enum<string>
Available options:
FIAT,
DIGITAL
features
enum<string>[]
Available options:
PAYMENT_PRICING,
PAYMENT_RECIPIENT,
SWAP
iconUrl
string