v1

latestOpenAPI 3.1.02026-07-262771117.8 KB

Register Transaction

Register transactions for indexing. Mandatory for non EVM transactions.

post/registerTxs

Request body

OR

Example request

{
  "txId": "0x49b1d3d38176e45864fd55500c6c1879ab318609e1ed0c8eb9abd818e6c811fd",
  "txHash": "0x62d0e13123852791446c6f923c2d0b9247bda10f1eb5eb48ff5b4bc42d22ab42"
}

Response

Transaction registration results

successboolean required

Whether the transaction registration was successful

errorstring nullable

Error message if registration failed

Example response

[
  {
    "success": true
  }
]