Skip to main content
GET
/
tx
tx
curl --request GET \
  --url https://rpc.cosmos.directory/cosmoshub/tx
{
  "jsonrpc": "2.0",
  "id": 0,
  "result": {
    "hash": "D70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED",
    "height": "1000",
    "index": 0,
    "tx_result": {
      "log": "[{\"msg_index\":\"0\",\"success\":true,\"log\":\"\"}]",
      "gas_wanted": "200000",
      "gas_used": "28596",
      "tags": [
        {
          "key": "action",
          "value": "send",
          "index": false
        }
      ]
    },
    "tx": "5wHwYl3uCkaoo2GaChQmSIu8hxpJxLcCuIi8fiHN4TMwrRIU/Af1cEG7Rcs/6LjTl7YjRSymJfYaFAoFdWF0b20SCzE0OTk5OTk1MDAwEhMKDQoFdWF0b20SBDUwMDAQwJoMGmoKJuta6YchAwswBShaB1wkZBctLIhYqBC3JrAI28XGzxP+rVEticGEEkAc+khTkKL9CDE47aDvjEHvUNt+izJfT4KVF2v2JkC+bmlH9K08q3PqHeMI9Z5up+XMusnTqlP985KF+SI5J3ZOIhhNYWRlIGJ5IENpcmNsZSB3aXRoIGxvdmU="
  }
}

Query Parameters

hash
string
required

hash of transaction to retrieve

Example:

"0xD70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED"

prove
boolean
default:false

Include proofs of the transaction's inclusion in the block

Example:

true

Response

Get a transaction`

jsonrpc
string
required
Example:

"2.0"

id
integer
required
Example:

0

result
object
required