Skip to main content
GET
/
currencies
/
{currency}
-
{mainCurrency}
/
trading-fees
Currency Trading Fees for Amount
curl --request GET \
  --url https://api.copper.co/platform/currencies/{currency}-{mainCurrency}/trading-fees
{
  "feesLevels": [
    {
      "currency": "<string>",
      "feeLevel": "low",
      "value": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.copper.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

currency
string
required
mainCurrency
string
required

Query Parameters

sendAmount
string

The amount of which will be withdrawn

Response

OK

feesLevels
object[]