查询单个钱包详情

请求

GET https://custody-example-url/custody/v1/api/projects/{b_id}/wallets/{wallet_code}

参数

字段 类型 描述
b_id String 业务线id
wallet_code String 钱包编号
coin_name 可选 String 币种,查询归一钱包资产
允许值: 参考币种列表Symbol (For API)

响应

字段 类型 描述
code Integer 响应状态码
message String 响应信息
successful Boolean 请求是否成功
data Object 钱包数据
domain_id String 企业domainId
b_id String 业务线id
wallet_code String 钱包编号
main_wallet_code String 主钱包编号
wallet_name String 钱包名称
coin_name String 币种名称
chain String 链信息
wallet_type String 钱包类型(MIXED_ADDRESS-地址混用 SEGREGATED_ADDRESS-地址隔离 DAPP_ADDRESS-DeFi合约钱包 DAPP_CUSTOM_ADDRESS-DeFi自定义钱包)
storage_type String 存储类型(PRIME_HOT-prime热存储 PRIME_COLD_LV1-prime冷存储Lv1)
available_amount Decimal 可用数币数量(最小单位)
freeze_amount Decimal 冻结数币数量(最小单位)
total_amount Decimal 总的数币数量(最小单位)
usd_total_market Decimal 总市值(美元)
cny_total_market Decimal 总市值(人民币)
coin_status String 币种状态(1: 正常,2: 仅限制提币,3: 仅限制存币,4: 限制存币提币)
reason_of_status String 币种状态说明
normal_address_limit Integer 钱包可申请普通地址上限
normal_address_num Integer 钱包已申请普通地址数量
create_time Long 钱包创建时间(时间戳)

响应示例

 {
  "code": 0,
  "message": "",
  "successful": true,
  "data": {
            "domain_id": "a5b3f782c4e24c688eca60946442a75f",
            "b_id": "ed70ff75b1fe4994a3bd836befe0e87f",
            "wallet_code": "CCLTC1278870318",
            "wallet_name": "",
            "coin_name": "LTC",
            "wallet_type": "SEGREGATED_ADDRESS",
            "storage_type": "PRIME_COLD",
            "available_amount": 0,
            "freeze_amount": 0,
            "total_amount": 0,
            "usd_total_market": 0.0,
            "cny_total_market": 0.0,
            "coin_status": "1",
            "chinese_reason_of_status": "",
            "english_reason_of_status": "",
            "normal_address_limit": 10,
            "normal_address_num": 2,
            "create_time": 1577762589000
               }
}
Copyright © 2025 Cactus Custody all right reserved,powered by GitbookUpdated: 17-Apr-2025 10:11:15

results matching ""

    No results matching ""

    results matching ""

      No results matching ""