Construction
Returns information necessary to build a transaction
Body
networkstringRequiredExample:
The logical name of the network
{{network}}
Responses
200
All info needed to build a transaction
application/json
500
Server error
application/json
post
POST /lts/transaction/construction HTTP/1.1
Host: xrd.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"network": "{{network}}"
}
{
"current_epoch": 1,
"ledger_clock": {
"unix_timestamp_ms": 1,
"date_time": "text"
}
}