Trades
Last updated
Was this helpful?
Was this helpful?
GET /v1/trades/:idGET /v1/trades/analyticscurl https://api.tokenbot.com/v1/trades/analytics \
-H "X-API-Key: tb_live_your_key"POST /v1/trades{
"exchange_account_id": "exc_abc123",
"trade_pair_id": "tp_btcusdt",
"type": "LIMIT",
"side": "BUY",
"price": 50000.00,
"amount": 0.1
}POST /v1/trades/:id/cancelcurl -X POST https://api.tokenbot.com/v1/trades/trd_abc123/cancel \
-H "X-API-Key: tb_live_your_key"