API Reference
Endpoints for interacting with the WAlphaHunter Backend Service.
GET/v1/market/tickers
Retrieves the latest price tickers for all supported pairs on WEEX.
Response Example
{
"data": [
{
"symbol": "BTC/USDT",
"price": "95,234.50",
"volume_24h": "12034.22"
}
],
"timestamp": 1709234234
}POST/v1/orders/create
Places a new algorithmic order. Requires WXT signature.
Body Parameters
| Field | Type | Description |
|---|---|---|
| symbol | string | Trading pair (e.g. BTC/USDT) |
| side | enum | BUY or SELL |
| quantity | float | Amount to trade |