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

FieldTypeDescription
symbolstringTrading pair (e.g. BTC/USDT)
sideenumBUY or SELL
quantityfloatAmount to trade