文档
测试

🆕 我的购买详情

POST
/api/nex/mypurchaseinfo

请求头

参数名
类型
描述
必填
token
string
请求头加token进行鉴权
必填

请求参数

参数名
类型
描述
必填
id
int
订单编号
必填
page
int
页码
可选

响应参数

参数名
类型
描述
必填
code
int
状态码
必填
msg
string
返回消息
必填
time
int
时间戳
必填
data
object (json)
数据集合
必填
list
object (json)
必填
object (json)
必填
id
int
订单编号
必填
num
int
成交量
必填
amount
int
成交额
必填
tid
int
对方订单编号
必填
time
int
成交时间
必填
hash
string (64)
hash
必填
count
数据总记录数
必填
thepage
当前页码
必填
page
总页数
必填

说明 / 示例

失败 { "code": 0, "msg": "未知错误, "time": "1688820395", "data": null }