Skip to main content
Version: mainnet (v0.71)

Check transaction

Check a signed transaction

Request Body required
    tx object

    Represents a transaction to be sent to Vega.

    address string
    inputData byte
    pow object

    Proof of work contains the random transaction id used by the client and the nonce.

    nonce uint64
    tid string
    pubKey string
    signature object

    Signature of the input data.

    algo string
    value string
    version int64
    version string

    Possible values: [TX_VERSION_UNSPECIFIED, TX_VERSION_V2, TX_VERSION_V3]

Responses

A successful response.


Schema
    info Information about the transaction
    code int64
    data Data for details
    gasUsed int64
    gasWanted int64
    log Transaction log
    success Success will be true if the transaction was checked by the node
Loading...