Skip to main content
POST
/
wallet
/
api
/
agency
/
assetList
代理账户资产列表
curl --request POST \
  --url http://localhost/wallet/api/agency/assetList
{
  "code": 123,
  "msg": "<string>",
  "data": [
    {
      "agencyCode": "<string>",
      "appId": "<string>",
      "appUserId": "<string>",
      "assetId": 123,
      "assetName": "<string>",
      "balance": 123,
      "currency": "<string>",
      "decimalPlaces": 123,
      "defaultAsset": 123,
      "icon": "<string>",
      "symbol": "<string>",
      "type": "CARD_MARGIN"
    }
  ]
}

Query Parameters

agencyCode
string
required

代理商码

agencyEmail
string
required

代理邮箱

appId
string
required

App标识

sign
string
required

签名

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
ApiAssetDTO · object[]