Trade Commission Schedule
Retrieve fees and commissions schedule.
Authorizations
Responses
200
Successful response
application/json
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
4XX
Client error
5XX
Server error
get
GET /api/v1/settings HTTP/1.1
Host: cams.aquanow.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"tradeCommissions": [
{
"tierThreshold": "100",
"tierFeeRate": "10",
"pair": "BTC-USD"
}
],
"taxRatePercentage": "100.00"
}
Last updated