Skip to main content
GET
/
currencies
/
{currency}
-
{mainCurrency}
Get Currency
curl --request GET \
  --url https://api.copper.co/platform/currencies/{currency}-{mainCurrency}
{
  "confirmations": "<string>",
  "crossChainNetworks": [
    "<string>"
  ],
  "currency": "<string>",
  "decimal": "<string>",
  "extra": {},
  "fiat": true,
  "mainCurrency": "<string>",
  "name": "<string>",
  "networkName": "<string>",
  "protocol": "<string>",
  "stableCoin": true,
  "tags": [
    "deposit-custody"
  ]
}

Path Parameters

currency
string
required
mainCurrency
string
required

Response

OK

currency
string
required

Currency

mainCurrency
string
required

Main currency

name
string
required

Currency name

confirmations
string

Number of confirmations

crossChainNetworks
string[]

Available networks for cross chain transfer

decimal
string

Currency decimal

extra
object

Currency additional information

fiat
boolean

Indicates if currency is fiat

networkName
string

Network name

protocol
string

Currency protocol

stableCoin
boolean

Indicates if currency is stable coin

tags
enum<string>[]

Currency tags. See details