← TRON overview

TRON · wallet

wallet_getnowblock

TRON HTTP API: wallet/getnowblock

TRON full node HTTP API POST /wallet/getnowblock

cURL

Endpoint: https://trx-mainnet.eu1.azxa.io/<api-key> — replace <api-key> with your API key from the Azxa app .

Terminal
curl -X POST https://trx-mainnet.eu1.azxa.io/<api-key> \
  -H "Content-Type: application/json" \
  -d '{"path":"/wallet/getnowblock","body":{}}'

Example request

JSON-RPC
{
  "path": "/wallet/getnowblock",
  "body": {}
}

Result

See node response

Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": null
}
Schema
{
  "type": "unknown"
}