curl --request GET \
--url https://api.copper.co/platform/currencies/{currency}-{mainCurrency}/trading-fees
{
"feesLevels": [
{
"currency": "<string>",
"feeLevel": "low",
"value": "<string>"
}
]
}
Calculates trading fees for a given amount and a currency pair
curl --request GET \
--url https://api.copper.co/platform/currencies/{currency}-{mainCurrency}/trading-fees
{
"feesLevels": [
{
"currency": "<string>",
"feeLevel": "low",
"value": "<string>"
}
]
}
The amount of which will be withdrawn
OK
The response is of type object
.