We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f095469 commit c939a2eCopy full SHA for c939a2e
docs/rpc/openapi.yaml
@@ -868,10 +868,10 @@ paths:
868
example: 7
869
/v3/transaction/{txid}:
870
post:
871
- summary: Returns index_block_hash, transaction body and result given a TXID
+ summary: Retrieve transaction details by TXID
872
tags:
873
- Transactions
874
- description: Get a JSON with the index_block_hash, the Transaction body as hex and the result.
+ description: Get a JSON with the transaction details including the `index_block_hash`, the hex-encoded transaction body, and the `result`.
875
operationId: get_transaction
876
parameters:
877
- name: txid
0 commit comments