变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-10-08 | Rocky Feng | 修改路由 原:/gateway/v1/mt/trading_system/trade/get_trade_account_currency_assets 新:/trading/account/currency/assets | |
V1.5.0 | 2024-03-25 | Rocky Feng | 下线 |
{
"accountId": "string",
"currency": "string"
}
curl --location --request POST '/trading/account/currency/assets' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": "string",
"currency": "string"
}'
{
"code": 0,
"data": {
"accountId": "string",
"currencyList": [
{
"buyingPower": "string",
"currency": "string",
"netAssets": "string",
"withDrawableFunds": "string"
}
]
},
"msg": "string",
"success": true,
"traceId": "string"
}