MultiMarkets API Docs
HomeGitHubReferenceLanguage
  • 概览
  • 快速开始
    • 服务状态
  • CLIENT API
    • 概述
    • 接入说明
      • 签名
      • 请求
      • 限速
      • 错误码
      • API地址
      • API代码
    • 授权访问
      • 人机校验
    • 客户管理
      • 客户注册
      • 更换令牌
      • API管理
        • 申请API
        • 设置权限
        • 删除API
    • 报价接口
      • 接入说明
      • 限制说明
      • 错误码说明
      • 订阅接口
        • 实时报价订阅
        • 盘口成交订阅
        • 取消报价订阅
      • 查询接口
        • 心跳
        • K线获取
    • Open API
      • 说明
        • 签名
        • 请求
        • 错误码
        • API地址
      • 下单流程
      • 基础数据
        • 产品简要数据
      • 客户资料
        • 客户基础信息
      • 交易接口
        • 合约下单
      • 消息接口
        • 获取消息Token
        • 消息订阅说明
      • 更多接口
    • Auth2 API
      • 说明
      • 获取授权码
      • 获取访问令牌
      • 获取用户信息
      • 刷新访问令牌
    • 更多...
  • Manager API
    • 概述
    • 接入说明
      • 签名
      • 请求
      • 限速
      • 错误码
      • API地址
      • API代码
    • 授权访问
    • 基础数据
      • 获取通用字典列表
      • 获取公司币种权限
    • 产品列表
      • 产品信息列表
    • 客户管理
      • 客户列表
      • 客户注册
      • 客户详情
      • 客户组列表
      • 账户信息
    • 资金管理
      • 额度调整
      • 余额查询
    • 数据推送
    • 更多...
  • BRIDGE API
    • 概述
    • 接入说明
      • 说明
      • 签名
      • 请求
      • 限速
      • 错误码
      • 产品清单
    • 基础数据
      • 获取通用字典列表
      • 获取公司币种权限
    • 产品数据
      • 产品信息列表
      • 产品规则列表
    • 客户管理
      • 客户注册
      • 客户列表
      • 客户详情
      • 客户销户
    • 账户管理
      • 添加账户
      • 更新账户
      • 查询账户
      • 删除账户
    • 交易接口
      • 查询余额
      • 查询入金记录
      • 查询出金记录
      • 查询划转记录
      • 下单
      • 查询订单
      • 订单列表
      • 成交记录
      • 当前挂单
      • 撤单
    • 消息订阅
      • 通知消息说明
      • Webhook订阅
      • 信息回调通知
  • Webhook API
    • 概述
    • 查询用户账户余额
    • 执行外部系统调额
    • 取消外部系统调额
  • Message API
    • 概述
    • 自定义消息API
  • WEB IFRAME
    • 介绍
    • 流程说明
  • FAQ
    • 接口如何申请apikey?
    • 公钥的用途是什么?
    • 接口请求超时时间是多少?
    • 支持的开发语言?
    • API调用限制有哪一些?
    • 如何更安全使用API?
  • API Reference
    • Manager API
    • Client API
  • CHANGELOGS
    • API
Powered by GitBook
On this page
  • API Release Notes for 2.6.5
  • API Release Notes for 2.6.2
  • API Release Notes for 2.4.3
  • API Release Notes for 2.4.2
  • API Release Notes for 2.3.2
  • API Release Notes for 2.3.1
  1. CHANGELOGS

API

历史API升级内容

API Release Notes for 2.6.5

接口调整如下:

【Client API】:现货交易POST /global/tradeapi.app.OrderApiService.addOrder接口添加entryType和expiryType入参:

  • entryType:下单类型。1-按数量;2-按额;(如不传,默认 买按额,卖按量)

  • expiryType:到期类型。1-1天;2-7天;3-30天;4-90天。默认4

【Manager API】:额度调整POST /fund.admin.CustomerAdjustProposalAdminDubboService.addCustomerAdjustProposal接口增加返回提案编号

API Release Notes for 2.6.2

增加合约全仓MM深度成交模式

tradeapi.app.CfdMMOrderApiService.addMarketOrder

API Release Notes for 2.4.3

增加订阅webhook配置功能 admin.admin.CompanyWebhookDubboService.subscribe

使用外部结算时,禁止调整保证金及杠杆倍数 tradeapi.app.PositionApiService.updateCrossLevelNum tradeapi.app.PositionApiService.updateOccupyTheMargin

外部结算,提供查询外部系统账户最新余额接口 customer.app.CustomerWebApiService.queryLatestBalanceOfUserAccountInExternalSystem

支持外部钱包结算 tradeapi.app.OrderApiService.addMarketOrder

三方注册,登录(不需要手机、邮箱)使用(0.0.2) customer.app.CustomerThirdLoginService.telegramVerify

API Release Notes for 2.4.2

新增代理相关接口 customer.app.CustomerWebApiService.registerOfAgentShareLink customer.app.CustomerWebApiService.queryCustomerOfAgentPage customer.app.CustomerWebApiService.registerOfAgentShareLink

社交登录: 增加返回开发者ID字段 customer.app.CustomerThirdLoginService.config

API Release Notes for 2.3.2

新增: 首次绑定手机邮箱验证TG验证码 customer.app.CustomerWebApiService.firstSetPhone customer.app.CustomerWebApiService.firstSetEmail customer.app.CustomerWebApiService.firstSetLoginPwd

提供更新通讯地址及邮政编码接口 customer.app.CustomerWebApiService.changeCustomerAddressAndPostalCode

提供查询用户消息语言以及设置消息语言接口 version=0.0.1 bizType=customer.app.CustomerWebApiService.findCustomerLang

调整: KYC证件有效期未填时进行随机生成 customer.app.KycWebApiService.kycLevelApply customer.app.KycWebApiService.kycApply

返回激活状态 customer.app.CustomerWebApiService.findCustomerInfo customer.app.CustomerWebApiService.login

API Release Notes for 2.3.1

新增: KYC提案被拒绝时,需要给前端返回KYC拒绝的原因 customer.app.KycWebApiService.checkKycApply

注册接口,玩法资产资产调整为非必填时,取当前公司默认账户组玩法资产进行注册 customer.app.CustomerWebApiService.register

新增提现地址时,同时需要对提现地址进行安全校验(正则校验) customer.app.CustomerWalletWebApiService.addWithdrawalAddressMFA

新增提现地址列表接口,并按照币种分组以及按照币种过滤 customer.app.CustomerWalletWebApiService.withdrawalAddressGroupList

新增提现地址列表,需要增加地址是否可用(根据地址生效时间判断) customer.app.CustomerWalletWebApiService.withdrawalAddressList

调整: 检查客户的取款限制条件 fund.app.WithdrawAppDubboService.checkWithdrawRiskLimitConfig

取款金额未配置,不返回提现金额 fund.app.WithdrawAppDubboService.queryRemainWithdrawAmount

Previous如何更安全使用API?

Last updated 11 months ago