diff --git a/content/api-reference/yellowstone/api-reference-overview.mdx b/content/api-reference/yellowstone/api-reference-overview.mdx index bc5c6de27..844fcaa65 100644 --- a/content/api-reference/yellowstone/api-reference-overview.mdx +++ b/content/api-reference/yellowstone/api-reference-overview.mdx @@ -10,17 +10,10 @@ Yellowstone gRPC provides real-time streaming of Solana blockchain data through ## Subscription types -### [Subscribe Request](/docs/reference/yellowstone-grpc-subscribe-request) -The base structure for all subscriptions. Defines filters, commitment levels, and combines multiple subscription types in a single request. - -### [Subscribe to Slots](/docs/reference/yellowstone-grpc-subscribe-slots) -Track slot progression and chain state. Essential for understanding confirmations and synchronizing with blockchain time. - -### [Subscribe to Transactions](/docs/reference/yellowstone-grpc-subscribe-transactions) -Stream transactions with filters for accounts, vote/non-vote, and success/failure status. - -### [Subscribe to Accounts](/docs/reference/yellowstone-grpc-subscribe-accounts) -Monitor account changes with filters for addresses, owners, data patterns, and balances. - -### [Subscribe to Blocks](/docs/reference/yellowstone-grpc-subscribe-blocks) -Stream complete blocks with all transactions and metadata. +| Subscription type | Description | +| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | +| [Subscribe Request](/docs/reference/yellowstone-grpc-subscribe-request) | The base structure for all subscriptions. Defines filters, commitment levels, and combines multiple subscription types in a single request. | +| [Subscribe to Slots](/docs/reference/yellowstone-grpc-subscribe-slots) | Track slot progression and chain state. Essential for understanding confirmations and synchronizing with blockchain time. | +| [Subscribe to Transactions](/docs/reference/yellowstone-grpc-subscribe-transactions) | Stream transactions with filters for accounts, vote/non-vote, and success/failure status. | +| [Subscribe to Accounts](/docs/reference/yellowstone-grpc-subscribe-accounts) | Monitor account changes with filters for addresses, owners, data patterns, and balances. | +| [Subscribe to Blocks](/docs/reference/yellowstone-grpc-subscribe-blocks) | Stream complete blocks with all transactions and metadata. |