GET
/
blockscout
/
transactions
/
{transaction_hash}
get transaction info
curl --request GET \
  --url https://data-api.b3.fun/blockscout/transactions/{transaction_hash}
{
  "hash": "0x5d90a9da2b8da402b11bc92c8011ec8a62a2d59da5c7ac4ae0f73ec51bb73368",
  "block_number": 23484035,
  "timestamp": "2022-08-02T07:18:05.000000Z",
  "status": "ok"
}

Path Parameters

transaction_hash
string
required

Transaction hash

Response

200
application/json

transaction info

The response is of type object.