Query Parameters
The amount of which will be withdrawn
Response
OK
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
Show child attributes
Was this page helpful?