Skip to main content

Push a transaction from the txHex.

POST 

https://localhost:8000/push-tx

Push a transaction from the txHex.

Request

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Body

required

Signed transaction hex

    txHex stringrequired

    Transaction hex representation.

Responses

Get tx sent from transaction hex.

Schema

    any


Request Collapse all
Base URL
https://localhost:8000
Parameters
— headerrequired
Body required
{
  "txHex": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!