Token Management
Wallet owner could define a list of token he want to track and receive notifications.
Please take in account that USDT token is trackable by default for all chains
This operations could be signed by owner or operational accounts.
- POST /addTokenWatcher
{ signature, salt, tokenAddress, chainId }
→ 200 OK- Use the same technique as used for app key creation
- Sign the message by APP key for owner account
- Define tokenAddress (hex format) of token your want to track and get notifications
- POST /removeTokenWatcher
{ signature, salt, tokenAddress, chainId }
→ 200 OK- Use the same technique as used for app key creation
- Sign the message by APP key for owner account
- Define tokenAddress (hex format) of token your want to remove and remove notifications