Triton One Docs
WebsiteCustomer Portal
  • Introduction
  • RPC Pool
    • Introduction
    • GeoDNS
    • Abuse prevention
    • Rate Limits
    • Proxying
    • Support FAQs
    • Privacy & Security
  • Chains
    • Solana
      • Streaming
      • BigTable Archive
      • Improved Priority Fees API
        • For RPC Providers
      • Cascade
        • Transaction sending advice
        • Buying Transaction Bandwidth
        • Providing Transaction Bandwidth
      • Web3JS Socket/Connection Issues
      • Deprecated calls Solana 2.0
    • Pythnet
    • SUI
    • Others
  • Digital Assets API
    • Introduction
    • Fungible Assets
    • API Methods
      • Get Asset
      • Get Asset Proof
      • Get Assets By Authority
      • Get Assets By Owner
      • Get Assets By Group
      • Get Assets By Creator
      • Search Assets
      • Get Token Accounts
      • Get Signatures For Asset
      • Get NFT Editions
      • Get Asset Proofs
  • Project Yellowstone
    • Introduction
    • Dragon's Mouth gRPC Subscriptions
    • Old Faithful Historical Archive
      • Old Faithful Public Report
    • Steamboat Custom Indexes
    • Whirligig WebSockets
    • Fumarole Reliable Streams
    • Vixen Data Pipelines
      • Generate a Yellowstone Vixen Parser with Codama
  • Shield Transaction Policies
  • Account Management
    • Payments
    • Account management API
      • Introduction
      • Auth & Headers
      • Accounts
      • Address Watch Lists
      • Subscriptions
      • Subscription Types
      • Endpoints
      • Tokens
      • Rate Tiers
  • Trading APIs
    • Introduction
    • Jupiter swap
    • Pyth Hermes
    • Bundle simulation by Jito
  • Validators
    • Introduction
    • Vote account setup
    • Node identity protection
  • Pyth Publishers
    • NGINX proxy
    • Testnet, Devnet and Pythnet
Powered by GitBook
On this page

Was this helpful?

  1. Chains
  2. Solana

BigTable Archive

We provide full archival access for Solana blocks on our nodes. Requests for transactions will be served from the local node if possible. Otherwise, the request is sent to a BigTable archive. This means you can query data back to genesis. However, archival access incurs extra fees based on queries served. Any query sent to our Solana ledger archive (AKA "block-cache") will incur charges of twenty-five dollars ($25.00) per million queries (or a fraction thereof). The minimum charge is $25.00/month. Example queries include getTransaction, getBlock, or getSignaturesForAddress.

Archival access can be disabled/enabled on dedicated nodes as per request. By default, access to historical data is enabled. Use our customer support channels over Telegram, Slack, or help@triton.one to deactivate/activate historical access on your node.

You can also control whether or not a specific query should be allowed to be served from the historical archive by providing an "X-bigtable: disabled" header in your HTTP request.

PreviousStreamingNextImproved Priority Fees API

Last updated 1 month ago

Was this helpful?