订单查询
获取订单更新后的数据
POST
https://bridge.bestswap.net/api/orders/query
Headers
Name
Type
Description
x-api-key*
String
Api Key
x-sign*
String
Api 签名
Request Body
Name
Type
Description
transactions_id*
String
创建订单后返回的订单ID
字段
类型
描述
code
Number
响应状态码, 如果请求成功状态码为 200, 否则为错误.
timestamp
String
当前请求时间
data
Object
订单查询结果对象
- transactions_id
String
订单编号
- from_currency
String
用户存入币种名称
- to_currency
String
接收币种名称
- from_address
String
用户应存入资金的目标地址
- to_address
String
接受币种地址
- from_amount
String
客户需要发送的币种金额数量
- expected_amount
String
预估获取得到的金额数量
- amount_receive
String
实际收到的最终金额数量
- status
String
订单状态
new : 新订单
waitting: 等待客户存款
pending: 交易已收到,等待确认
exchange: 交易已确认正在兑换中
expired: 订单已过期
finished: 订单已完成
- usd
String
等价USD
- created_at
Number
订单创建时间戳
- updated_at
Number
订单更新时间戳
Last updated