From 9799089e85b733948e74a439d5dc2480eac4f0af 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 09:57:31 +0200 Subject: [PATCH] Update TronAccount.yml --- components/schemas/TronAccount.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/schemas/TronAccount.yml b/components/schemas/TronAccount.yml index 0c0969f..af97aa4 100644 --- a/components/schemas/TronAccount.yml +++ b/components/schemas/TronAccount.yml @@ -38,8 +38,15 @@ properties: type: array items: type: object - description: List of TRC20 token balances, where key is the TRC20 token address and value is balance. + description: List of TRC20 token balances, where key is the TRC20 token address and value is balance. Please see example response on the right side of the docs. example: [{"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"},{"TNBQup8ZkD9VmChpGiynGAjh3KbeFZ8mMT": "500"}] + properties: + TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG: + type: string + description: Address of token (this parameter is an example and is always unique) + balance: + type: string + description: Number of tokens in smallest denomination unit. createTime: type: number description: Date of creation of the account in UTC millis.