I made a blockchain with MultiChain. It has a native currency which name is 'MYCOIN'. And I issued 3 assets, ASSET-A, ASSET-B, ASSET-C.
Is it possible exchange between the native currency 'MYCOIN' and 3 assets? If possible, What kind of api command do I have to use? In that case, how about fee for each case?
for example,
1) MYCOIN --> ASSET-A
2) ASSET-A --> COIN-A
3) ASSET-A --> ASSET-B
4) ASSET-B --> ASSET-C
5) ASSET-A --> MYCOIN
Thank you in advance.