return comment for making operation with inscription. please don't use it if you don't know what you are doing
inscription op template
"comment"
"0:0000000000000"
const response = await fetch('https://ton-open-api.nownodes.io/v2/experimental/inscriptions/op-template?type=ton20&operation=transfer&amount=1000000000&ticker=nano&who=UQAs87W4yJHlF8mt29ocA4agnMrLsOP69jC1HPyBUjJay7Mg', { method: 'GET', headers: {}, }); const data = await response.json();
{ "comment": "comment", "destination": "0:0000000000000" }