Transaction Details

The transaction details endpoint provides information on a single transaction within the ledger. The transaction hash provided in the hash argument specifies which transaction to load

Request

GET /transactions/{hash}

Arguments

name type description example
hash string A transaction hash, hex-encoded 6391dd190f15f7d1665ba53c63842e368f485651a53d8d852ed442a446d1c69a

Example

curl https://horizon-testnet.stellar.org/transactions/6391dd190f15f7d1665ba53c63842e368f485651a53d8d852ed442a446d1c69a

Response

This endpoint responds with a single Transaction. See transaction resource for reference.

Example

TODO

Problems