Available Data Types
Blocks
Blocks
Block headers contain metadata about each block in the chain.
| Field Name | Data Type | Description |
|---|---|---|
number | integer | Block number |
hash | string | Block hash |
timestamp | integer | Block timestamp |
parentHash | string | Parent block hash |
slot | integer | Slot number |
Transactions
Transactions
Transaction data includes all executed transactions with their execution details.
| Field Name | Data Type | Description |
|---|---|---|
signature | string | Transaction signature |
slot | integer | Slot in which transaction was included |
blockTime | integer | Block timestamp |
fee | bigint | Transaction fee |
success | boolean | Transaction success status |
Instructions
Instructions
Instructions executed within transactions.
| Field Name | Data Type | Description |
|---|---|---|
programId | address | Program ID that executed the instruction |
data | bytes | Instruction data |
accounts | array | Account keys involved |

