-
Notifications
You must be signed in to change notification settings - Fork 44
SDK interfaces
a list of trading pairs and their statuses + market structure
a list of tokens or assets and their statuses + currency structure
min/max order volume, price, cost, precision, etc...
trading fees, either public or personal
a list of withdrawal limits
24h volumes and stats + ticker structure
L2/L3 + orderbook structure
a list of recent public trades + trade structure
the personal history of filled trades for the account
a list of candles or kline data for traded volumes in different timeframes 1m, 15m, 1h, 1d, ... + OHLCV structure
Private API Trading
for all types of accounts + balance structure
required if the exchange has multiple accounts or sub-accounts
limit/market orders + order structure
change the price and/or amount of an open order
one order by order id + order structure
a list of all open orders
a list of all orders
the personal history of filled trades for the account + trade structure
transactions, transfers, referrals, cashbacks + ledger entry structure
required if exchange has multiple accounts or sub-accounts
Returned values:
TODO