Parameters

Parameters

GetAccountListRequest

Field Name
Variable Name
Required
Type
Example
Description

Asset List

assetCodeList

Optional

List<string>

[ "USDT", "ETH" ]

GetAccountListResponse

Field Name
Variable Name
Required
Type
Example
Description

Asset List

assetCodeList

Optional

List<accounts>

[ { "availableBalance":{ "amount":100, "currency":"USDT" }, "balance":{ "amount":100, "currency":"USDT" }, "withdrawBalance":{ "amount":100, "currency":"USDT" }, "currencyCode":"USDT" }, { "availableBalance":{ "amount":100, "currency":"ETH" }, "balance":{ "amount":100, "currency":"ETH" }, "withdrawBalance":{ "amount":100, "currency":"ETH" }, "currencyCode":"ETH" } ]

Last updated