Transactions
Transaction Status
Get transaction status by the transaction hash
Path parameters
txIdstringRequiredPattern:
^0x[a-fA-F0-9]{64}$
Responses
200
OK
*/*
400
Bad Request
*/*
401
Unauthorized
*/*
403
Forbidden
*/*
404
Not Found
*/*
405
Method Not Allowed
*/*
409
Conflict
*/*
429
Too Many Requests
*/*
500
Internal Server Error
*/*
get
GET /transaction/{txId}/status HTTP/1.1
Host: game-api.openvessel.io
Accept: */*
{
"response": "PENDING"
}
Last updated
Was this helpful?