SDK Explorer

Select between monitoring all tokens or selected tokens added to the monitored tokens list.

Parameters
input
object
Required

Represents the input select between monitoring all tokens or selected tokens added to the monitored tokens list.

scope
string
Required

Select between monitoring all tokens or selected tokens added to the monitored tokens list.

Allowed valuesMONITOR_ALLSELECTED
Responses
Example
1const response = await client.updateMonitoredTokensScope({
2  scope: 'MONITOR_ALL',
3})
4console.log(response)
ResponseChoose an example
1{
2  "code": 400,
3  "message": "Bad request."
4}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.