Operations (legacy)
Chain
Dataset name
stellar.operationsVersion
3.0.0Description
Lists all operations performed within transactions on the Stellar network, detailing the specific actions like payments, offers, and account management. Exclusively for turbo pipelines.
Example data
| body | event_count | id | ledger_entry_changes_count | result_code | source_account | source_account_muxed | type | transaction_hash | transaction_account | transaction_fee_account | transaction_successful | transaction_index | ledger_sequence | ledger_hash | ledger_closed_at | ledger_signature |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {"path_payment_strict_receive":{"dest_amount":"1843704172","dest_asset":"native","destination":"GBQGQGB7PX6IMZJB2JJXO7DBKYQIDPJ62GCJK3WIC5OSEXPXWRSTSUCU","path":[{"credit_alphanum4":{"asset_code":"TFT","issuer":"GBOVQKJYHXRR3DX6NOX2RRYFRCUMSADGDESTDNBDS6CDVLGVESRTAC47"}},{"credit_alphanum4":{"asset_code":"USDC","issuer":"GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN"}},{"credit_alphanum4":{"asset_code":"AQUA","issuer":"GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA"}}],"send_asset":"native","send_max":"1843078774"}} | 0 | 59819052-02f8edf9df51f9d25da173f9c098e21573f253e19f6c0362772958b1242dfba3-0 | 0 | PathPaymentStrictReceiveOverSendmax | GBQGQGB7PX6IMZJB2JJXO7DBKYQIDPJ62GCJK3WIC5OSEXPXWRSTSUCU | path_payment_strict_receive | 02f8edf9df51f9d25da173f9c098e21573f253e19f6c0362772958b1242dfba3 | GBQGQGB7PX6IMZJB2JJXO7DBKYQIDPJ62GCJK3WIC5OSEXPXWRSTSUCU | 0 | 0 | 59819052 | 009e532ee793ddbb1a5d9bc571446ef55163c50b145c86b3195a29d7537946e1 | 2025-11-12 14:39:05 | kGthbwypxIguekfjQJilouv/GwCd+3pdqkBJLfiQibeAtybhguJv+wA1bEUIzEcmkolRkoqBQ95Tp6KwxGjvBw== |
Schema
| Column | Type |
|---|---|
| body | string |
| event_count | long |
| id | string |
| ledger_entry_changes_count | long |
| result_code | string |
| source_account | string |
| source_account_muxed | string |
| type | string |
| transaction_hash | string |
| transaction_account | string |
| transaction_fee_account | string |
| transaction_successful | boolean |
| transaction_index | long |
| ledger_sequence | long |
| ledger_hash | string |
| ledger_closed_at | long |
| ledger_signature | string |