Trade
Last updated
Last updated
GET /trade/list HTTP/1.1
Host:
Accept: */*
{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"osn": "text",
"uid": 1,
"wid": 1,
"pid": 1,
"cid": "NA",
"type": 1,
"action": 1,
"amt": 1,
"fee": 1,
"cuy": 840,
"status": "NA",
"complete_at": "2025-12-11T13:23:33.822Z",
"created_at": "2025-12-11T13:23:33.822Z"
}
],
"count": 20
}
}GET /trade/info HTTP/1.1
Host:
Accept: */*
{
"code": 200,
"msg": "success",
"data": {
"id": 1,
"osn": "text",
"uid": 1,
"wid": 1,
"pid": 1,
"cid": "NA",
"type": 1,
"action": 1,
"amt": 1,
"fee": 1,
"cuy": 840,
"status": "NA",
"complete_at": "2025-12-11T13:23:33.822Z",
"created_at": "2025-12-11T13:23:33.822Z"
}
}POST /trade/create HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"pid": 1,
"amt": 18.2,
"wid": 1,
"osn": "t_123456"
}{
"code": 200,
"msg": "success"
}POST /trade/recharge HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"cid": 1,
"amt": 18.2,
"wid": 1,
"osn": "t_123456"
}{
"code": 200,
"msg": "success"
}