Skip to content

RPC behavior and rate limits #196

Description

@asseph
  • Using rpc.MainnetRPCEndpoint directly can easily hit HTTP 429 “Too many requests,” especially with heavy methods like getTokenAccountsByOwner, which may surprise users who assume the error is from the SDK and not from the public endpoint limits
  • Switching to a third‑party RPC often requires changing endpoints and understanding that some providers have custom APIs or behaviors; if their JSON-RPC behavior diverges from Solana’s official spec, the SDK may behave unexpectedly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions