Public Market Data
24h ticker by builder
Partner Support
User Flows
General API
- Builder Info
- System Info
- USDC Faucet
User API
- Registration
- Key Management
- Account/User Info
- Account Notifications
- Account Config
- Delegate Signer
Trading API
- Order Management
- Liquidations
- Assets/Withdraw/Settle PnL
- Positions
- Funding
Rewards API
- Trading Rewards
- Market Making Rewards
Staking & Valor API
- Staking
- Valor
Builder API
- User Data
- Trading Campaigns
- Fee Setting
- Referral Program
Market Data API
- TradingView
- Funding Rates
- Market Info
Websocket API
- Introduction
- PING/PONG
- Authentication
- Error Response
- Public Market Data
- Request orderbook
- Orderbook
- Order book update
- Trade
- 24h ticker
- 24h tickers
- 24h ticker by builder
- 24h tickers by builder
- bbo
- bbos
- k-line
- Market Price Changes Info
- Traders Open Interest
- Price for Small Charts
- Index price
- Index prices
- Mark price
- Mark prices
- Open interest
- Estimated funding rate
- Liquidation push
- System maintenance status
- Announcement
- Private User Data
Public Market Data
24h ticker by builder
{
"id": "clientID4",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic": "woofi_pro$PERP_NEAR_USDC@ticker",
"ts": 1614152270000,
"data": {
"symbol": "PERP_NEAR_USDC",
"open": 0.16112,
"close": 0.32206,
"high": 0.33,
"low": 0.14251,
"volume": 89040821.98,
"amount": 22493062.21,
"count": 15442
}
}
Push interval: 1s
{
"id": "clientID4",
"topic": "woofi_pro$PERP_NEAR_USDC@ticker",
"event": "subscribe"
}
Parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Y | id generate by client |
event | string | Y | subscribe /unsubscribe |
topic | string | Y | {broker_id}${symbol}@ticker |
{
"id": "clientID4",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic": "woofi_pro$PERP_NEAR_USDC@ticker",
"ts": 1614152270000,
"data": {
"symbol": "PERP_NEAR_USDC",
"open": 0.16112,
"close": 0.32206,
"high": 0.33,
"low": 0.14251,
"volume": 89040821.98,
"amount": 22493062.21,
"count": 15442
}
}
{
"id": "clientID4",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic": "woofi_pro$PERP_NEAR_USDC@ticker",
"ts": 1614152270000,
"data": {
"symbol": "PERP_NEAR_USDC",
"open": 0.16112,
"close": 0.32206,
"high": 0.33,
"low": 0.14251,
"volume": 89040821.98,
"amount": 22493062.21,
"count": 15442
}
}