Update the parameters supplied to a currently active subscription. This is commonly used to update the filters on the priceUpdated subscription.
This method will reset all of the parameters of the subscription with the supplied parameters.
unsigned integermultipleswapSubscribe, this should contain a filter object.
boolean
{
"jsonrpc": "2.0",
"id": 1,
"method": "updateSubscriptionParams",
"params": {
"subscription_id": 1,
"update":{
"include": {
"walletAccount": [
"E1wid5KyTfkzxWDUmhxhJTKZqVRR4N6kyuTLXB5bPiU"
]
}
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}