Access blockchain data from Shibarium and Puppynet using comprehensive APIs for transactions, balances, and more
Network | Base URL | Description |
---|---|---|
Shibarium | https://chain.shib.io/api/v1/shibarium | Mainnet production environment |
Puppynet | https://chain.shib.io/api/v1/puppynet | Testnet for development |
from
field).Authentication Errors
401 Unauthorized
Cause: Invalid or missing API keySolution: Verify your API key is correct and included in the requestRate Limit Exceeded
429 Too Many Requests
Cause: Exceeded rate limitsSolution: Implement exponential backoff and reduce request frequencyInvalid Address
400 Bad Request
Cause: Invalid wallet address formatSolution: Ensure the address is a valid Ethereum address formatServer Errors
500 Internal Server Error
Cause: Server-side issuesSolution: Retry the request with exponential backoff