Announce

Sending the data to NIS

Method: POST

https://xem.nownodes.io/transaction/announce

Example body (raw)

{
    "API_key": "your_API_key",
    "data": "<HEX_ENCODED_TRANSACTION_DATA>",
    "signature": "<HEX_SIGNATURE>"
}

Example response: 200

{
        "type":1,
        "code":1,
        "message":"SUCCESS",
        "transactionHash": {
        "data":"c1786437336da077cd572a27710c40c378610e8d33880bcb7bdb0a42e3d35586"
        },
        "innerTransactionHash": {
        "data":"cc317a7674d56352b4c711096a7594bd11908bf518293a191fc2faa12eac0fbb"
        }
}

Last updated