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

This allows to obtain the list of currencies supported by the Copper platform. In order to get a list of currencies supported for settlements, use the filtering by show-trading tag.

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

Available options:
deposit-custody,
deposit-trading-vault,
deposit-trading,
deposit-external,
withdraw-custody,
withdraw-trading-vault,
withdraw-trading,
withdraw-external,
show-custody,
show-trading-vault,
show-trading,
show-external,
show-fees-vault,
show-clearloop,
defi-allowed

Response

200
application/json
OK
currencies
object[]
required

Currencies list