Returns consensus transactions with the given transaction hash.
Path parameters
The transaction hash of the transaction(s) to return. This endpoint can return multiple transactions in cases, where an already processed transaction is re-sent. In such cases only a single transaction will be successfully processed, others will have a failed status (e.g. 'Invalid nonce').
Response
The requested consensus transaction(s).
Example response
{
"total_count": 412,
"is_total_count_clipped": true,
"transactions": [
{
"block": 8048956,
"index": 17,
"timestamp": "2022-10-15T00:05:34Z",
"hash": "0d0531d6b8a468c07440182b1cdda517f5a076d69fb2199126a83082ecfc0f41",
"sender": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p",
"fee": "1234567890123456789012",
"gas_limit": "1234567890123456789012",
"method": "staking.Transfer"
}
]
}Changes
Changed in 2 of the 3 revisions of this API.13114
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ▲
removed the required property
blockfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
bodyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
feefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
gas_limitfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
hashfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
indexfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
methodfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
noncefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
senderfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
successfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
timestampfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
errorfrom the response with the200statusresponse-optional-property-removed
- ○
added
Listsubschema #2to the response bodyallOflist for the response status200response-body-all-of-added
- ▲
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
removed
Listsubschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the optional property
errorto the response with the200statusresponse-optional-property-added
- ○
added the required property
blockto the response with the200statusresponse-required-property-added
- ○
added the required property
bodyto the response with the200statusresponse-required-property-added
- ○
added the required property
feeto the response with the200statusresponse-required-property-added
- ○
added the required property
gas_limitto the response with the200statusresponse-required-property-added
- ○
added the required property
hashto the response with the200statusresponse-required-property-added
- ○
added the required property
indexto the response with the200statusresponse-required-property-added
- ○
added the required property
methodto the response with the200statusresponse-required-property-added
- ○
added the required property
nonceto the response with the200statusresponse-required-property-added
- ○
added the required property
senderto the response with the200statusresponse-required-property-added
- ○
added the required property
successto the response with the200statusresponse-required-property-added
- ○
added the required property
timestampto the response with the200statusresponse-required-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲