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

Documentation Index

Fetch the complete documentation index at: https://developer.copper.co/llms.txt

Use this file to discover all available pages before exploring further.

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

OK

currencies
object[]
required

Currencies list