Download OpenAPI specification:Download
This Api allows users to connect and leverage basic Bitfox Engine functionality
{- "message": "Server running at : http://localhost port : 8080",
- "endpoints": {
- "ping": "Ping the server to see if it online",
- "health": "Simple Health check",
- "ballance": "Returns available ballance on target exchange",
- "ticker": "Returns the current Ticker information of selected Currency Pair",
- "orderbook": "Returns the Current Order Book for a given Currency Pair",
- "candles": "Returns Historical Candle data from exchange for given trading pair",
- "buy": "Execute a Market buy order ",
- "sell": "Execute a market Sell order",
- "shutdown": "Emergency Shut Down"
}, - "code": 200,
- "success": true
}{- "symbol": "ADA/USDT",
- "high": 0.367,
- "low": 0.3559,
- "bid": 0.3639,
- "bidVolume": 26047.15,
- "ask": 0.364,
- "askVolume": 10967.3,
- "vwap": 0.3621253386584188,
- "open": 0.3578,
- "close": 0.364,
- "last": 0.364,
- "change": 0.0062,
- "percentage": 1.73,
- "average": 0.3609,
- "baseVolume": 6458978.66,
- "quoteVolume": 2338959.83464,
- "info": {
- "symbol": "ADAUSDT",
- "bid1Price": "0.3639",
- "bid1Size": "26047.15",
- "ask1Price": "0.364",
- "ask1Size": "10967.3",
- "lastPrice": "0.364",
- "prevPrice24h": "0.3578",
- "price24hPcnt": "0.0173",
- "highPrice24h": "0.367",
- "lowPrice24h": "0.3559",
- "turnover24h": "2338959.83464",
- "volume24h": "6458978.66",
- "usdIndexPrice": "0.36401248"
}
}{- "symbol": "ADAUSDT",
- "bids": [
- [
- 0.3735,
- 17175.15
], - [
- 0.3734,
- 23068.83
]
], - "asks": [
- [
- 0.3736,
- 24768.63
], - [
- 0.3737,
- 35779.75
]
], - "timestamp": 1685958329885,
- "datetime": "2023-06-05T09:45:29.885Z"
}{- "id": "50001",
- "datetime": "2023-05-27T09:53:20.393Z",
- "timestamp": 1685181200393,
- "lastTradeTimestamp": 1685181200393,
- "status": "open",
- "symbol": "ADAUSDT",
- "type": "market",
- "timeInForce": "GTC",
- "side": "buy",
- "price": { },
- "average": { },
- "amount": 20
}{- "id": "50001",
- "datetime": "2023-05-27T09:53:54.588Z",
- "timestamp": 1685181234588,
- "lastTradeTimestamp": 1685181234588,
- "status": "open",
- "symbol": "ADAUSDT",
- "type": "market",
- "timeInForce": "GTC",
- "side": "sell",
- "price": { },
- "average": { },
- "amount": 20
}