Last updated 5 days ago
Was this helpful?
端點: POST /getBalance
POST /getBalance
說明: 擷取使用者的總結餘,依網路和代碼區分。
請求參數: 無
回應:
[ { "networkSymbol": "string", "tokenSymbol": "string", "balance": "string" } ]
回應欄位:
networkSymbol
網路 (例如 ETH)
ETH
tokenSymbol
可選的代幣符號 (例如 USDT)
USDT
balance
string
餘額(以字串形式,以避免精確度問題)