curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getAccountInfo",
"params": [
"So11111111111111111111111111111111111111112",
{
"encoding": "base64"
}
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"context": {
"slot": 418262987
},
"value": {
"data": [
"AAAAAA...",
"base64"
],
"executable": false,
"lamports": 1000000000,
"owner": "11111111111111111111111111111111",
"rentEpoch": 18446744073709552000,
"space": 0
}
}
}Returns the account owner, lamports, and data blob for a single Solana address.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getAccountInfo",
"params": [
"So11111111111111111111111111111111111111112",
{
"encoding": "base64"
}
]
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"context": {
"slot": 418262987
},
"value": {
"data": [
"AAAAAA...",
"base64"
],
"executable": false,
"lamports": 1000000000,
"owner": "11111111111111111111111111111111",
"rentEpoch": 18446744073709552000,
"space": 0
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.
2.0 "2.0"
getAccountInfo "getAccountInfo"
[address, config?] — address (string, base58 pubkey); optional config {encoding, commitment, dataSlice, minContextSlot}
[
"So11111111111111111111111111111111111111112",
{ "encoding": "base64" }
]1