Query Parameters
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
Response
OK
Currencies list
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"
]
}
]
}
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"
]
}
]
}
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
Currencies list
Show child attributes