GET
/
v3
/
trade
/
tradingFee
cURL
curl --request GET \
  --url https://api.woox.io/v3/trade/tradingFee \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-signature: <x-api-signature>' \
  --header 'x-api-timestamp: <x-api-timestamp>'
{
    "success": true,
    "data": {
        "symbol": "SPOT_ETH_USDT",
        "takerFee": "0",
        "makerFee": "0"
    },
    "timestamp": 1721351502594
}
Limit: 2 requests per 1 second
{
    "success": true,
    "data": {
        "symbol": "SPOT_ETH_USDT",
        "takerFee": "0",
        "makerFee": "0"
    },
    "timestamp": 1721351502594
}

Headers

x-api-key
string
required
Example:

"abcdef123456"

x-api-signature
string
required
Example:

"signaturestring"

x-api-timestamp
string
required
Example:

"1718943200000"

Query Parameters

symbol
string
default:SPOT_BTC_USDT
required

Symbol name

orderId
integer
default:1

Id of the order; Either orderId or clientOrderId is required. If both are passed, orderId will be used.

clientOrderId
integer
default:1

Client order Id as assigned by the user; Either orderId or clientOrderId is required. If both are passed, orderId will be used.

Response

200 - application/json
success
boolean

true

timestamp
integer

timestamp

data
object