GET getnodeinfo
/wallet/getnodeinfo
This is a standard Tron Protocol endpoint. Transatron adds a custom JSON object named transatronInfo
into the standard getnodeinfo
call. This object provides basic information about the Transatron service available on the node.
-
Deposit address – TRON blockchain address where users send deposits.
When TRX or USDT are sent here, the same amount of TFN or TFU is credited to the sender’s Transatron account.
⚠️ Only direct transfers are supported. -
Minimum deposit amounts – for both TRX and USDT.
⚠️ Deposits below the minimum are not credited and will not be returned. -
TRC20 token addresses – representing user balances in TFN and TFU.
CallingbalanceOf(user_address)
on these tokens via the Transatron node will return the user’s virtual balance.
⚠️ Must query via the Transatron node. Other TRON nodes will return0
, since balances are only tracked inside Transatron.
Example:
{
"cheatWitnessInfoMap":
{},
"totalFlow": 0,
"activeConnectCount": 2,
"currentConnectCount": 100,
"beginSyncNum": 66289203,
"transatronInfo": {
"rtrx_min_deposit": 30000000,
"deposit_address": "TFPzL92nmSxLVVNHoL5cbZ6tjSxfuKUBeD",
"rtrx_token_address": "TFXHvBCG2hWnCXci4krxjEdrj4ynbpn9Wy",
"rusdt_token_address": "TJn562BHC9ZtXSgdwigGWqBHv1uwTWjpVD",
"rusdt_min_deposit": 15000000
},
"block": "Num:66289222,ID:0000000003f37e46b25db9dabf69bf9f95679be63b827b7a3d7c8bbdadedcf37",
"passiveConnectCount": 98,
"solidityBlock": "Num:66289204,ID:0000000003f37e3489daaf5ee096bc40040a18c4479e65eebc9a5065abe558c8",
"peerList":
}