获取法币账户交易明细
GET
v1/_internal/getLegalAssetBill
接口描述
qurey传参数
请求头
参数名
类型
描述
必填
nonce
string
示例:4d31dd68-8aae-496c-80be-2c50aa220f64
必填
timestamp
string
示例:1604630202
必填
signature
string
示例:X16MrCYqV23F1EupA4aenIt7BXWAnuVKND7bjsmA
必填
请求参数
参数名
类型
描述
必填
symbol
string
example:"HOT"` // 币种符号
必填
userId
string
example:"546308cf-d531-4781-8079-d4c021f287ad" validate:"uuid4"` // 用户ID
必填
offset
string
example:"0" validate:"min=0"
必填
limit
string
example:"100" validate:"min=0,max=100"`
必填
type
string
example:"2" validate:"omitempty,gte=1"` 1.储蓄 2.充值 3.提现 4.转账 5.退款
可选
time_interval
int
example:"30" validate:"omitempty,min=1,max=100"` 可选。表示查询多少天之内的数据
可选