/currencies/:idRetrieve a Currency by ID
getCurrenciesByIdV2https://a-api.coinpayments.net/api/v2/currencies/:idRequest
path parametersidstringpaththe id of the currency to retrieve
Responses
200Represents money, in any form (e.g. crypto/fiat currencies and tokens), supported on the CoinPayments platform in some capacity (e.g. holding in a wallet and/or payment processing).
idstringthe unique id of the currency on the CoinPayments platform
1235typestringType of currency
cryptotokenfiatsymbolstringticker symbol for the currency. For fiat currencies this is the three character (ISO-4217) currency code, and for crypto currencies their multi-character symbol.
BTCnamestringthe name of the currency, e.g. 'United States Dollar' or 'Bitcoin'
BitcoinimageUrlstringnullableLink to a CoinPayments hosted image for a currency in a SVG format
decimalPlacesintegerthe number of digits after the decimal separator, e.g. 2 for USD, 8 for BTC, 0 for JPY
int32rankintegerthe relative ordering/ranking of this currency to the other supported currencies on the CoinPayments platform
int32statusstringThe status of the currency on the CoinPayments platform
activeunderMaintenancedeletedcapabilitiesstring[]nullablethe capabilities of the currency on the CoinPayments platform
paymentssingleSigAccountspooledAccountsutxoconversiononRampoffRampwebsitesstring[]nullablethe websites for the currency
explorersstring[]nullablethe explorers for the currency (if crypto or a token)
requiredConfirmationsintegerThe required number of confirmations needed to be received to treat transactions related to this currency as confirmed
int64isEnabledForPaymentbooleanWhether currency is enabled as a payment option for invoices and payment buttons
