For AI agents: an LLM-friendly Markdown version of every page is available by appending .md to its URL or by sending an Accept: text/markdown request header. The full documentation index is at https://www.ankr.com/docs/llms.txt
Skip to main content

One post tagged with "solana"

View All Tags

Solana activated Transaction V1: send maxSupportedTransactionVersion 1

Docs Team

Solana turned on Transaction V1 at the start of epoch 1035, on 15 September 2026 at about 01:00 UTC. Our nodes run Agave v4.2.2 and serve v1 blocks, so nothing changes on our side. Your side has one change to make: getBlock and getTransaction calls that still pass "maxSupportedTransactionVersion": 0 now fail with -32015 on almost every block, because almost every block already carries a v1 transaction.