{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"user.mmp_trigger.(index_name)"
]
}
}{
"data": {
"frozen_until": 123,
"index_name": "<string>",
"mmp_group": "<string>",
"block_rfq": true
}
}Triggered when one of mmp limits is crossed
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"user.mmp_trigger.(index_name)"
]
}
}{
"data": {
"frozen_until": 123,
"index_name": "<string>",
"mmp_group": "<string>",
"block_rfq": true
}
}Index name
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Server sends subscription notification data
Was this page helpful?