Closed
Description
Account
- GET /api/v1/accountSummary (Retrieves account balances)
Pairs
- GET /api/v1/pairs (Gets a list of all pairs, min and max amounts.)
Quote
- GET /api/v1/pairs (Gets a price quote.)
Order
-
POST /api/v1/orders (Places an order.)
-
POST /api/v1/orders/trigger (Places a trigger order.)
-
POST /api/v1/orders/advanced (Places an advanced order.)
-
POST /api/v1/orders/twap (Places a TWAP order.)
History
-
GET /api/v1/orders (Gets order history.)
-
GET /api/v1/orderDetails (Gets details of specific order.)
-
GET /api/v1/trades (Retrieves trades history.)
-
GET /api/v1/transactionInfo (Gets a transaction information.)