cURL
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" ] } ] }
show-trading
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
Show child attributes
OK
The response is of type object.
object