SOLAPI.PRO Docs
  • 🔗HTTP
    • getAccountInfo
    • getBalance
    • getBlock
    • getBlockCommitment
    • getBlockHeight
    • getBlockProduction
    • getBlocks
    • getBlocksWithLimit
    • getClusterNodes
    • getEpochInfo
    • getEpochSchedule
    • getFeeForMessage
    • getFirstAvailableBlock
    • getGenesisHash
    • getHealth
    • getHighestSnapshotSlot
    • getIdentity
    • getInflationGovernor
    • getInflationRate
    • getInflationReward
    • getLargestAccounts
    • getLatestBlockhash
    • getLeaderSchedule
    • getMaxRetransmitSlot
    • getMaxShredInsertSlot
    • getMinimumBalanceForRentExemption
    • getMultipleAccounts
    • getProgramAccounts
    • getRecentPerformanceSamples
    • getRecentPrioritizationFees
    • getSignatureStatuses
    • getSignaturesForAddress
    • getSlot
    • getSlotLeader
    • getSlotLeaders
    • getStakeMinimumDelegation
    • getSupply
    • getTokenAccountBalance
    • getTokenAccountsByDelegate
    • getTokenAccountsByOwner
    • getTokenLargestAccounts
    • getTokenSupply
    • getTransaction
    • getTransactionCount
    • getVersion
    • getVoteAccounts
    • isBlockhashValid
    • minimumLedgerSlot
    • requestAirdrop
    • sendTransaction
    • simulateTransaction
  • ⁉️Common Error Codes
Powered by GitBook
On this page

Common Error Codes

Learn about common RPC error messages and potential solutions. If you experience persistent issues, contact Helius support.

When interacting with Helius RPC endpoints, you may encounter the following standard HTTP error codes that indicate the status of your requests:

Error Code
Error Message
Description
Potential Solution

401

Unauthorized

Invalid API key or restricted access due to Access Control Rules.

Ensure your API key is correct and has the necessary permissions.

500

Internal Server Error

Generic server-side issue.

Contact SOLAPI.PRO support for assistance

503

Service Unavailable

Server is temporarily overloaded or under maintenance.

Retry the request after some time, if the issue persists contact Helius support.

504

Gateway Timeout

Client did not receive a timely response from the server.

This could indicate network issues.

Check your network connection and retry, if the issue persists contact Helius support.

PrevioussimulateTransaction

Last updated 4 months ago

⁉️