WebSocket
Base URL
mainnet: wss://ws.api3.loopring.io/v3/ws
testnet(goerli): wss://ws.uat2.loopring.io/v3/wsBefore Subscription
Subscription
{
"op": "sub",
"sequence": 10000,
"apiKey": ".....",
"unsubscribeAll": true,
"topics": [
{
"topic": "account"
},
{
"topic": "order",
"market": "LRC-ETH"
},
{
"topic": "order",
"market": "LRC-USDT"
},
{
"topic": "orderbook",
"market": "LRC-ETH",
"level": 0
},
{
"topic": "orderbook",
"market": "LRC-USDT",
"level": 0,
"count": 20,
"snapshot": true
},
{
"topic": "ammpool",
"poolAddress": "0x18920d6E6Fb7EbE057a4DD9260D6D95845c95036",
"snapshot": true
}
]
}Unsubscription
Response
Field
Type
Required
Note
Field
Type
Required
Note
Field
Type
Required
Note
Last updated