Triton One Docs
WebsiteCustomer Portal
  • Introduction
  • RPC Pool
    • Introduction
    • GeoDNS
    • Abuse prevention
    • Rate Limits
    • Proxying
    • Support FAQs
    • Privacy & Security
  • Chains
    • Solana
      • Geyser
      • BigTable Archive
      • Improved Priority Fees API
        • For RPC Providers
      • Sending TXs
      • Deprecated calls Solana 2.0
      • Buying Transaction Bandwidth
      • Providing Transaction Bandwidth
      • Web3JS Socket/Connection Issues
    • 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
    • Vixen
      • Generate a Yellowstone Vixen Parser with Codama
  • Account Management
    • Payments
    • Account management API
      • Introduction
      • Auth & Headers
      • Accounts
      • Address Watch Lists
      • Subscriptions
      • Subscription Types
      • Endpoints
      • Tokens
      • Rate Tiers
  • Pro trading centers
    • Introduction
    • Shred streaming
    • Transaction prioritisation
  • 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. RPC Pool

Introduction

RPC Pool is our main multichain RPC service. It provides both shared and dedicated pools for dApps both large and small.

Depending on whether you have opted for a shared service or have dedicated nodes, the functionality of your endpoint may vary to some extent. However, regardless, our endpoints provide:

  • GeoDNS in case of our shared pool or for any dedicated cluster with > 1 node

  • Fail-over to a geodistributed backup cluster

  • Archive access going back to genesis

  • Full RPC compatibility for supported chains

  • Full websocket compatibility for supported chain

We also have the following features specific to Solana:

  • Dragon's Mouth gRPC subscriptions powered by Geyser

  • Whirligig websockets powered by Geyser

  • Digital Assets API methods for convenient indexed NFT queries and compressed NFTs

For dedicated nodes on Solana we can also provide:

  • Either one of our standard or custom Geyser plugins with a config of your choosing

  • Custom Solana validator configs to fit your workload

  • Customised ratelimiting to both protect your servers but also ensure that your workloads can run smoothly

  • Specialised archive endpoints for fast archival indexing

PreviousIntroductionNextGeoDNS

Last updated 1 year ago

Was this helpful?