Public Market Data
24h tickers 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 tickers by builder
{
"id": "clientID4",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic":"tickers",
"ts":1618820615000,
"data":[
{
"symbol":"PERP_NEAR_USDC",
"open":16.297,
"close":17.183,
"high":24.707,
"low":11.997,
"volume":0,
"amount":0,
"count":0
},
{
"symbol":"PERP_WOO_USDC",
"open":0.3515,
"close":0.43794,
"high":0.96674,
"low":0.39264,
"volume":750127.1,
"amount":985440.5122,
"count":396
},
...
]
}
Push interval: 1s
{
"id": "clientID4",
"topic": "woofi_pro$tickers",
"event": "subscribe"
}
Parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Y | id generate by client |
event | string | Y | subscribe /unsubscribe |
topic | string | Y | {woofi_pro}$tickers |
{
"id": "clientID4",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic":"tickers",
"ts":1618820615000,
"data":[
{
"symbol":"PERP_NEAR_USDC",
"open":16.297,
"close":17.183,
"high":24.707,
"low":11.997,
"volume":0,
"amount":0,
"count":0
},
{
"symbol":"PERP_WOO_USDC",
"open":0.3515,
"close":0.43794,
"high":0.96674,
"low":0.39264,
"volume":750127.1,
"amount":985440.5122,
"count":396
},
...
]
}
{
"id": "clientID4",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic":"tickers",
"ts":1618820615000,
"data":[
{
"symbol":"PERP_NEAR_USDC",
"open":16.297,
"close":17.183,
"high":24.707,
"low":11.997,
"volume":0,
"amount":0,
"count":0
},
{
"symbol":"PERP_WOO_USDC",
"open":0.3515,
"close":0.43794,
"high":0.96674,
"low":0.39264,
"volume":750127.1,
"amount":985440.5122,
"count":396
},
...
]
}