TRX
POST
GET
Last updated on January 1, 1970
1 min read
Method /wallet/getaccountbalance undefined ()
connect with REST protocol
/wallet/getaccountbalance
Method not allowed
Get the account balance in a specific block. (Note At present, theinterface data can only be queried through the following official nodes47.241.20.47, 161.117.85.97, 161.117.224.116, 161.117.83.38)
Parameters
account_identifier
- json object
block_identifier
- json object
visible
- boolean
Request
curl --location --request POST 'https://trx.getblock.io/wallet/getaccountbalance' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}
Start Building with GetBlock RPCs for Free
Previous
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }
Next
{ "overview": "Overview", "guides": "Guides", "get-started": "Get Started", "rpc-service": "Nodes Methods", "getblock-explorer": "Explorer API", "getblock-tracker": "Tracker API", "nodes-endpoints": "Nodes Endpoints" }