Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orderly.network/docs/llms.txt

Use this file to discover all available pages before exploring further.

Push interval: real-time push
{
    "id": "clientID3",
    "topic": "PERP_WOO_USDC@trade",
    "event": "subscribe"
}
Parameters
NameTypeRequiredDescription
idstringYid generate by client
eventstringYsubscribe/unsubscribe
topicstringY{symbol}@trade
{
    "id": "clientID3",
    "event": "subscribe",
    "success": true,
    "ts": 1609924478533
}
{
    "topic":"PERP_WOO_USDC@trade",
    "ts":1618820361552,
    "data":{
        "symbol":"PERP_WOO_USDC",
        "price":0.37988,
        "size":300,
        "side":"BUY"
    }
}