From 6374b450e9759c08ca4bd8f843ef327fbcccfd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zem=C3=A1nek?= <121304956+Hactive808@users.noreply.github.com> Date: Tue, 14 May 2024 08:36:28 +0200 Subject: [PATCH] Update TronAccount.yml --- components/schemas/TronAccount.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/schemas/TronAccount.yml b/components/schemas/TronAccount.yml index f7c023c..a8d9b84 100644 --- a/components/schemas/TronAccount.yml +++ b/components/schemas/TronAccount.yml @@ -36,10 +36,9 @@ properties: - value trc20: type: array - description: List of TRC20 asset balances, where are dynamic keys as TRON adresses and values are balances. + description: List of TRC20 token balances, where key is the TRC20 token address and value is balance. Please expand the response example on the right side of the docs. items: type: object - description: Balance of the TRC20 token, where key is the TRC20 token address. example: {"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"} createTime: type: number