Returns information necessary to build a transaction
/lts/transaction/construction
The logical name of the network
{{network}}
curl -L \ --request POST \ --url 'https://xrd.nownodes.io/core/lts/transaction/construction' \ --header 'Content-Type: application/json' \ --data '{ "network": "{{network}}" }'
{ "current_epoch": 1, "ledger_clock": { "unix_timestamp_ms": 1, "date_time": "text" } }