Delete tokens from the monitored token list.
Represents the input to delete a monitored token.
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.
1const response = await client.deleteMonitoredTokens({
2 tokenIds: ['4fdb0a55-cb17-4db5-b5a7-2cca2b26dfd6'],
3})
4console.log(response)
1{
2 "code": 400,
3 "message": "Bad request."
4}