Get Status of an Transaction
Get Status of an Transaction
Path
GET
/:tx_hash/status
Description
Return the status of an inscription transaction
Parameters
tx_hash: Transaction hash(path parameter).
Request Example
GET /0xd8e6e275831070677851bef893f9203254a63a3d6852fe9d951d5c2966642a98/status
Response Example
{"status":"success"}
Last updated