Shred Delivery and Sender are now live! Get earliest access to raw Solana data and optimized transaction sending. Learn about Shred Delivery | Learn about Sender
Shred Delivery and Sender are now live! Get earliest access to raw Solana data and optimized transaction sending. Learn about Shred Delivery | Learn about Sender
返回所有者压缩账户的总余额。
curl --request POST \
--url https://mainnet.helius-rpc.com/ \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "getCompressedBalanceByOwner",
"params": {
"owner": "11111113R2cuenjG5nFubqX9Wzuukdin2YfGQVzu5"
}
}'
{
"context": {
"slot": 100
},
"value": 100
}
成功从 Solana 区块链中获取所有者的压缩余额
The response is of type object
.
curl --request POST \
--url https://mainnet.helius-rpc.com/ \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "getCompressedBalanceByOwner",
"params": {
"owner": "11111113R2cuenjG5nFubqX9Wzuukdin2YfGQVzu5"
}
}'
{
"context": {
"slot": 100
},
"value": 100
}