How can i transfer sui token like usdc

hello, please understand my poor english.

I want to know about sui token transfer, before, i used splitcoins and transferobject for transfer sui. it’s simple but how could i transfer usdc?

“0x5d4b302506645c37ff133b98c4b50a5ae14841659738d6d733d59d0d217a93bf::coin::COIN”
i thought it’s similar to contract address in ethereum.

May i ask you to code example transfer sui token by typescript? thank you

2 Likes

It’s as easy as doing:

txb.transferObjects([object1, object2], '0xSomeSuiAddress');

More here:https://sdk.mystenlabs.com/typescript/transaction-building/basics

1 Like