Account address in bech32 format
"cosmos16xyempempp92x9hyzz9wrgf94r6j9h5f06pxxv"
The sender and tx information
Tx was succesfully generated
const response = await fetch('https://akt.nownodes.io/bank/accounts/{address}/transfers', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "msg": [ "text" ], "fee": { "gas": "text", "amount": [ { "denom": "stake", "amount": "50" } ] }, "memo": "text", "signature": { "signature": "MEUCIQD02fsDPra8MtbRsyB1w7bqTM55Wu138zQbFcWx4+CFyAIge5WNPfKIuvzBZ69MyqHsqD8S1IwiEp+iUb6VSdtlpgY=", "pub_key": { "type": "tendermint/PubKeySecp256k1", "value": "Avz04VhtKJh8ACCVzlI8aTosGy0ikFXKIVHQ3jKMrosH" }, "account_number": "0", "sequence": "0" } }