Get Tx Info
get
Get the summary info of a tx.
Authorizations
Path parameters
txidstringRequired
Tx id
Responses
200
Successful operation
application/json
401
Invalid API Key
get
GET /v1/indexer/tx/{txid} HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
{
"code": 0,
"msg": "OK",
"data": {
"txid": "text",
"nIn": 1,
"nOut": 1,
"inSatoshi": 1,
"outSatoshi": 1,
"locktime": 1,
"size": 1,
"witOffset": 1,
"height": 1,
"idx": 1,
"blkid": "text",
"confirmations": 1,
"timestamp": 1
}
}
Last updated