📜 Get TRX node info
Code samples
GET /api/v1/trx/info
Returns information about the TRX node with sensitive data filtered out
Example responses
200 Response
{
"activeConnectCount": 3,
"beginSyncNum": 75788769,
"block": "Num:75788788,ID:00000000048471f4f94914a0bf4d7c3f6395a6edfa22fdbc9a36eb6f6f9508a0",
"cheatWitnessInfoMap": [],
"configNodeInfo": {
"activeNodeSize": 0,
"allowAdaptiveEnergy": 0,
"allowCreationOfContracts": 0,
"backupListenPort": 10001,
"backupMemberSize": 0,
"backupPriority": 8,
"codeVersion": "4.8.0",
"dbVersion": 2,
"discoverEnable": true,
"listenPort": 18888,
"maxConnectCount": 30,
"maxTimeRatio": 20,
"minParticipationRate": 15,
"minTimeRatio": 0,
"p2pVersion": "11111",
"passiveNodeSize": 0,
"sameIpMaxConnectCount": 2,
"sendNodeSize": 60,
"supportConstant": false,
"versionNum": "18631"
},
"currentConnectCount": 30,
"passiveConnectCount": 27,
"solidityBlock": "Num:75788770,ID:00000000048471e2a979f0d9321b0411b6511e35ff89f27562089faf1f8d422d",
"totalFlow": 0
}
🔁 Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful response | Inline |
| 500 | Internal Server Error | Internal server error | None |
🔄 Response Schema
Block
Block-related operations