Select between monitoring all tokens or selected tokens added to the monitored tokens list.
Represents the input select between monitoring all tokens or selected tokens added to the monitored tokens list.
Select between monitoring all tokens or selected tokens added to the monitored tokens list.
1const response = await client.updateMonitoredTokensScope({
2 scope: 'MONITOR_ALL',
3})
4console.log(response)
1{
2 "code": 400,
3 "message": "Bad request."
4}