v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Stack Commission

Get stack commission

post/trades/commissions/{customerId}/stack

Headers

api-keystring required

API key

auth-keystring required

Auth key generated using API key & secret

Request body

amountnumber float required

Order amount

tickerstring required

Symbol

sidestring required

Order side BUY or SELL

Response

200

OR

Example response

{
  "status": 200,
  "doc": {
    "totalCommission": 2.22,
    "aumCommission": 2.22
  }
}