GET
/
currencies
/
{currency}
-
{mainCurrency}
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

200
application/json

OK

The response is of type object.