Construction

Get Construction Metadata

post

Returns information necessary to build a transaction

Body
networkstringRequired

The logical name of the network

Example: {{network}}
Responses
200
All info needed to build a transaction
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"
  }
}