SDK Explorer

Delete tokens from the monitored token list.

Parameters
input
object
Required

Represents the input to delete a monitored token.

tokenIds
array of strings
Required

Token ids to be removed from the monitored tokens list. Once removed, these tokens will no longer be shown by default when fetching wallet balances.

Responses
Example
1const response = await client.deleteMonitoredTokens({
2  tokenIds: ['4fdb0a55-cb17-4db5-b5a7-2cca2b26dfd6'],
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.