Transactions
Get transaction data
Retrieve the details of a transaction based on the network and transaction ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The blockchain network (e.g., ALGO, ETH, BTC, BSC, POL).
The transaction ID.
Response
200
application/json
Transaction details retrieved successfully.
The response is of type object
.
The response is of type object
.
The response is of type object
.