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

Query Parameters

rateFor
string

Provide currency to get rate for it. For now, USD is the only allowed value

mainCurrency
string

Filter by main currency

currencies
string[]

Filer by currencies

tags
enum<string>[]

Filter by currency tags. See details

Response

200
application/json

OK

The response is of type object.