Try out Axios in your browser. Edit and run the code below.
Click any example to load it into the editor
Fetch account balance from Solana RPC
Retrieve detailed account information
Add wallet signature to requests
Submit a signed transaction to the network
Fetch block information by slot number
Transform and log response data
Fetch multiple account info in one request
Check SPL token balance for an account
Fetch the latest blockhash for transactions
Fetch all accounts owned by a program
Set custom timeout and retry logic
Fetch transaction signatures for an address
Common Axios methods and configurations