文档
测试

提币订单

GET
https://admin.bschub.xyz/Home/Tron/widthdrawList

请求参数

参数名
类型
描述
必填
address
string
加密钱包地址
必填
page
int
页数,默认1
必填
limit
int
每页条数,默认10
必填

响应参数

参数名
类型
描述
必填
code
int
状态码 0-成功 1-失败
必填
msg
string
提示信息
必填
data
array
数据-没有返回空数组
必填
id
int
提币日志ID
必填
amount
float
提币金额
必填
create_time
int
提币时间(时间戳格式)
必填
fee
float
提币手续费(目前为0)
必填
address
string
发起提币地址
必填
uid
int
发起提币用户
必填
tx_addr
string
提币地址(目前和发起提币地址一致)
必填
type
int
币种类型 : 0-aptos 1-usdt 2-doke
必填
biaoqian
string
说明
必填
state
int
审核状态: 0待审核 1审核成功 2审核失败
必填