How can I send transaction through specific network with specific tokens. for example , I want to send polygon USDT with MetaMask API send_transaction method but it always sends the default polygon matic, I can change it via UI by using assets icon, but how can I change it via API method
Hello @harsh_rajput, welcome to MetaMask community!
Try going through these Docs that MetaMask provides.
2 Likes
hello @Chinzilla thanks for your reply, yes I’ve read the MetaMask docs, but there is no method to send different tokens using their contract address. plz help