Skip to content
BitForex-API edited this page Jul 31, 2018 · 7 revisions

接口地址:https://api.bitforex.com/api/v1/trade/placeOrder

请求格式:POST

参数

参数名 类型 是否必填 默认值 描述
symbol String - 交易对类型,如coin-usdt-btc、coin-usdt-eth等
price double - 下单价
amount double - 下单量
tradeType int - 下单类型,1、买入,2、卖出
accessKey String - API 访问密钥
nonce long - 请求时间戳,毫秒
signData String - 签名信息

示例

# request
POST https://api.bitforex.com/api/v1/trade/placeOrder
# Response
{
	"success": true,
	"data": {
		"orderId": 1
	}
}

返回值说明

参数名 类型 描述
orderId long 订单ID