v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB

Verify a Transaction

Verifies whether a signed/unsigned transaction matches the expected input parameters.

post/{blockchain_id}/verify

Request body

OR
OR
OR
OR

Example request

{
  "tx": {
    "to": "0x31c129468975e4ef41135a405000e6428a399a03d023b6627eed4cb95faf19ca",
    "value": 1000000000000000000,
    "nonce": 5,
    "data": "0xa9059cbb000000000000000000000000e6026f60efc3d0e714f1b89c596aa484ffbd25c800000000000000000000000000000000000000000303b6ae12d00504a8ed8000"
  },
  "raw_encoded_tx": "e909843b9aca008252089481b7e08f65bdf5648606c89998a9cc81643976478601d1a94a200080808080"
}

Response

Request successful