-
Notifications
You must be signed in to change notification settings - Fork 5
Trading 创建订单
CoinTiger-API edited this page Dec 6, 2018
·
5 revisions
{Trading_Macro}/api/order (POST)
请求参数
参数 | 填写类型 | 说明 |
---|---|---|
api_key | 必填 | 平台分配的api key |
side | 必填 | 买卖方向BUY、SELL |
type | 必填 | 挂单类型,1:限价委托、2:市价委托 |
volume | 必填 | 购买数量(多义,复用字段) type=1:表示买卖数量 type=2:买则表示总价格,卖表示总个数 |
capital_password | 必填 | 资金密码,根据用户密码类型 |
price | 必填 | 委托单价:type=2:不需要此参数 |
symbol | 必填 | 如,tchbtc, ethbtc |
time | 必填 | 时间戳 |
sign | 必填 | 签名 |
响应体
字段 | 实例 | 解释 |
---|---|---|
code | 0 | |
msg | "suc" | code>0 失败 |
data | {"order_id":34343} | 成功返回交易ID |
虚拟币编号 xxx-btc(xxx201)
btc | |
---|---|
eth | ethbtc |
ltc | ltcbtc |
bcc | bccbtc |
etc | etcbtc |
tch | tchbtc |
English Documents click here