Get transaction finalization status
GET
/tx/{chainId}/{txHash}
Returns the current finalization status for a transaction: the set of domain milestones (e.g. collection going live, sale going live) it must complete, and whether each is done. Overall is Ready only when every expected milestone is done. Use the /ws variant for live push updates instead of polling.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” chainId
required
integer
txHash
required
string
Responses
Section titled “ Responses ”Current transaction status snapshot
object
chainId
required
integer
txHash
required
string
initialized
required
boolean
finalized
required
boolean
overall
required
string
milestones
required
Array<object>
object
key
required
string
status
required
string
units
Array<object>
object
id
required
string
ref
string
status
required
string
Unauthorized