Transactions

* is a required field

Transaction Status

Get transaction status by the transaction hash

Returns blockchain transaction status

get
Path parameters
txIdstringRequiredPattern: ^0x[a-fA-F0-9]{64}$
Responses
200
OK
*/*
get
GET /transaction/{txId}/status HTTP/1.1
Host: game-api.openvessel.io
Accept: */*
{
  "response": "PENDING"
}

Last updated

Was this helpful?