WhaleAPI(Public)
  1. Cash And Stocks Transfer
WhaleAPI(Public)
  • Account Trade Auth
    • Trade Password Auth(交易密码校验)
      POST
    • Trade Password Set(交易密码设置)
      POST
    • Trade Password Reset(交易密码修改/重置)
      POST
    • Account No. Login Password Auth 证券帐号登录密码校验
      POST
  • Accounts
    • Get Account Request List(获取用户开户申请列表)
      GET
    • Retrieve Account Application Information(获取证券账户开户资料信息)
      GET
    • Get Account Contact Info(获取账户联系方式)
      GET
    • Get Account List(获取用户账户列表)
      GET
    • Get Account Status(获取账户状态)
      POST
    • Get Account Bcan Information(获取账户 Bcan 信息)
      GET
    • Query Account List V2(获取账户列表V2)
      GET
    • Update Application(修改开户资料)
      POST
    • Submit Application(提交开户申请资料)
      POST
    • Update Account State/Disable Account
      POST
    • Submit Application V2(提交开户申请资料)
      POST
    • Update Application V2(修改开户资料)
      POST
    • Close Account(注销账户)
      POST
    • Open additional account(增开账户)
      POST
    • get account opening application information (开户申请信息获取)
      POST
    • Query Account Risk And Pi Info(获取用户风险测评以及Pi信息)
      GET
  • Asset
    • Temporary Adjustment(临时调账)
    • Account Cash Balance Unfreeze Debit(账户资金解冻扣款)
    • Get All Users Cash Balance (获取所有用户现金信息)
    • Query Account Cash Balance(账户现金查询)
    • Query Account Position(账户持仓查询)
    • Account Cash Balance Adjustment(账户资金调账)
    • Account Position Adjustment(账户持仓调账,只支持股票)
    • Account Cash Balance Freeze(账户资金冻结)
    • Account Cash Balance Unfreeze(账户资金解冻)
    • Account Stock Transaction History(账户股票流水)
    • Account Cash Transaction History(账户资金流水)
    • Account Stock Freeze Transaction History(账户股票冻结流水)
    • Account Cash Freeze Transaction History(账户资金冻结流水)
    • Query Limited Amount Information(限额信息查询)
    • Query Buy Power(购买力查询)
    • Query Short Sellable Quantity(可卖空数量查询)
    • Query OB Account Cash Balance(账户现金详情查询)【定制非通用】
    • Query Account Total Asset(账户资产查询)
    • Query account risk limit config(查询用户限额信息)
    • Query Account Total Asset OverView(账户资产总览)
    • Query HashKey Cash List(查询hashkey的现金列表)
    • Create account risk limit config(创建用户限额信息)
    • Update account risk limit config(更新用户限额信息)
    • Temp Adjust 临时调账新增
    • Temp Adjust Expire 临时调账手动失效
  • Billing
    • Fee estimate
  • Cash And Stocks Transfer
    • Add Bank Card
      POST
    • Delete Bank Card
      DELETE
    • Region Bank
      GET
    • Get User Bank Card List
      GET
    • User Card Detail
      GET
    • Deposit Detail
      GET
    • Submit Deposit Application
      POST
    • Deposit Application List
      GET
    • Update Bank Card
      PUT
    • Obtain the deposit information
      GET
    • Withdraw Records
      GET
    • Withdraw Detail
      GET
    • Cancel Withdraw Application
      POST
    • Get Exchange
      GET
    • Cancel Deposit
      POST
    • Submit Withdrawal Applylication
      POST
    • Information acquisition before withdrawal v3 (提现前信息获取V3)
      GET
    • Update Bank Card
      PUT
    • Submit Files For Review Withdraw Card
      POST
    • Currency List
      GET
    • Exchange records(兑换记录)
      GET
  • File
    • Get Tenant File Upload URL(获取租户文件上传链接)
  • IPO
    • Get Available IPO List(查詢可申购IPO列表)
    • Get IPO Detail Info(查詢IPO详情)
    • Get IPO Payable List(查詢申购股数单位等限制)
    • Get IPO Margin List(查詢IPO认购方式及费率方案)
    • Get Order List (查询IPO历史订单)
    • Submit New IPO Order(提交IPO申购)
    • Withdraw IPO Order(撤销IPO申请)
    • Amend IPO Order(修改IPO申购订单)
    • Get IPO Order Detail(获取IPO订单的详细信息)
    • Buy Limit (持仓打新购买力获取接口)
  • Member Core
    • Change Member Mobile Phone(修改用户登录手机号)
    • Get Member Information by Mobile Phone(登录手机号查询用户信息)
    • Login (New user registration by default for the first login).(OpenId 注册登录接口,首次登录即注册)
    • Get Member Information by Login Email(登录邮箱查询用户信息)
    • Change Member Login Email(修改用户登录邮箱)
  • Trade
    • Trade Websocket Notification
    • Historical Order Inquiry (历史订单查询)
    • Place Order (委托下单)
    • Modify Order (修改订单)
    • Withdraw Order (撤销订单)
    • Order Details (订单详情)
    • Today's Order Inquiry (当日订单查询)
    • Estimated Maximum Purchase Quantity (预估最大购买数量)
    • Today's Trade Detail Inquiry (当日成交明细查询)
    • Historical Trade Detail Inquiry (历史成交明细查询)
    • Query User Trade Credit(查询客户交易额度v1)
  • Message
    • Device Logout (设备登出解绑)
  1. Cash And Stocks Transfer

Region Bank

GET
/v1/whaleapi/portfolio/withdraw/banks
Cash And Stocks Transfer
Region Bank

Request

Query Params
currency
string 
required
Currency(Currency. If not provided, it will default to HKD. This parameter is mainly used for obtaining corresponding tags for banking, securities, eDDA, and FPS payments for a particular currency. In Hong Kong, bank lists are sorted by tag count and tag priority. The currency only affects the sorting of the bank list in the Hong Kong region)
account_no
string 
required
Account No

Responses

🟢200OK
*/*
success
Body
code
number 
required
message
string 
required
data
object 
required
list
array [object {11}] 
required
Bank List
mainland_card_flag
string 
required
Whether the mainland bank card is bound
Example
{
  "code": 0,
  "message": "string",
  "data": {
    "list": [
      {
        "value": [
          {
            "id": 0,
            "name": "string",
            "name_en": "string",
            "swift_code": "string",
            "icon": "string",
            "logo": "string",
            "left_background": "string",
            "right_background": "string",
            "bank_code": "string",
            "support_witness": "string",
            "account_length": "string",
            "auth_flows": [
              {
                "HKD": {
                  "Ids": [
                    "string"
                  ]
                },
                "USD": {}
              }
            ]
          }
        ],
        "region": "string",
        "region_name": "string",
        "bankcode_state": 0,
        "need_address": 0,
        "required_address": 0,
        "need_swift": 0,
        "need_account_type": 0,
        "icon": "string",
        "tip": "string",
        "tags": "string"
      }
    ],
    "mainland_card_flag": "string"
  }
}
Modified at 2025-04-23 09:07:05
Previous
Delete Bank Card
Next
Get User Bank Card List