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"
]
}
]
}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"
]
}
]
}Provide currency to get rate for it. For now, USD is the only allowed value
Filter by main currency
Filer by currencies
Filter by currency tags. See details
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 OK
Currencies list
Show child attributes
Currency
Main currency
Currency name
Number of confirmations
Available networks for cross chain transfer
Currency decimal
Currency additional information
Indicates if currency is fiat
Network name
Currency protocol
Indicates if currency is stable coin
Currency tags. See details
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 Was this page helpful?