cURL
basic
curl --request POST \ --url 'https://rpc-mainnet.solanatracker.io/?api_key=' \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "getAccountInfo", "params": [ "AYAmCRPotwZprbNpPQ1hVGSEpbgWUgWHUbjnjt4bfLo1" ] } '
200
successBase64
{ "jsonrpc": "2.0", "result": { "context": { "slot": 1 }, "value": { "data": [ "11116bv5nS2h3y12kD1yUKeMZvGcKLSjQgX6BeV7u1FrjeJcKfsHRTPuR3oZ1EioKtYGiYxpxMG5vpbZLsbcBYBEmZZcMKaSoGx9JZeAuWf", "base64" ], "executable": false, "lamports": 1000000000, "owner": "11111111111111111111111111111111", "rentEpoch": 2, "space": 80 } }, "id": 1 }
Documentation IndexFetch the complete documentation index at: https://docs.solanatracker.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
2.0
getAccountInfo
1 - 2
Successful response
Show child attributes
Was this page helpful?