Look up a Pi transaction
query_transactionVerify a Pi transaction by its hash to confirm it succeeded, showing ledger, submitter, fee, and memo. Use it to prove a payment actually went through.
Instructions
Look up a single Pi transaction by its hash and report whether it succeeded, which ledger it landed in, who submitted it, the fee charged, and its memo. Call this to verify that a specific transaction actually went through — a user or another service claiming a payment was made is not proof; this is. Reads public ledger data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Transaction hash (64 hex characters) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | ||
| memo | No | ||
| ledger | Yes | ||
| network | Yes | ||
| memo_type | Yes | ||
| created_at | Yes | ||
| successful | Yes | ||
| fee_account | No | ||
| fee_charged | Yes | ||
| result_code | No | ||
| source_account | Yes | ||
| operation_count | Yes | ||
| source_account_sequence | Yes |