资产利息记录

get
Query parameters
start_timestringRequiredExample: 2025-02-25T20:00:00.000Z
end_timestringRequiredExample: 2025-05-26T19:59:59.999Z
asset_typestringRequired

交易,trading;佣金,commission

Example: trading
page_indexstringRequiredExample: 1
page_sizestringRequiredExample: 10
Header parameters
X-TimestringRequiredExample: 1748869178732
X-Openapi-KeystringRequiredExample: 8189f240150309b9835f9c76de137e6e
X-Openapi-SignstringRequiredExample: 180c1be4eb45f5e2fc6b8eb2f02bdde60ffd7b9033fb64fc72488a15d9cc90f9
Responses
200Success
application/json
get
GET /api/v1/asset_interest_record?start_time=text&end_time=text&asset_type=text&page_index=text&page_size=text HTTP/1.1
Host: 
X-Time: text
X-Openapi-Key: text
X-Openapi-Sign: text
Accept: */*
200Success
{
  "status": {
    "code": 102000,
    "error": null,
    "messages": "success"
  },
  "data": {
    "list": [],
    "page": {
      "total": 0,
      "index": 1,
      "size": 10
    }
  }
}

备注:

bill_type
說明

5

平倉盈虧

6

手續費

7

資金費

8

自返佣

9

孵化收益

10

體系返佣

11

劃轉

12

系统劃轉

13

强平费

14

合约生息

20

萬倍平倉盈虧

21

萬倍手續費

asset_type
說明

trading

交易

commission

反佣

ten_thousand_trading

萬倍交易

请求参数

参数名称
是否必须
示例
备注

bill_type

5,平倉盈虧;6,手續費;7,資金費;8,自返佣;9,孵化收益;10,體系返佣;11,劃轉;12,系统劃轉;13,强平费;14,合约生息 20, 萬倍盈虧 21 萬倍手續費

bill_son_type

start_time

2024-12-24T12:00:00Z

end_time

2024-12-24T12:00:00Z

asset_type

交易,trading;佣金,commission

page_index

1

page_size

20

返回参数

字段名
类型
默认值
备注
其他信息

status

object

data

object

page

object

status 对象

字段名
类型
默认值
备注
其他信息

code

number

状态码

error

object

错误信息

message

string

状态消息

data 对象

字段名
类型
默认值
备注
其他信息

list

array

数组元素

字段名
类型
默认值
备注
其他信息

uid

string

bill_type

string

5,平倉盈虧;6,手續費;7,資金費;8,自返佣;9,孵化收益;10,體系返佣;11,劃轉;12,系统劃轉;13,强平费;14,合约生息

bill_son_type

string

amount

string

order_status

string

order_id

string

pair

string

contract_type

string

deep

string

downline_uid

string

from

string

to

string

create_time

string

page 对象

字段名
类型
默认值
备注
其他信息

page_index

number

page_size

number

total

number

Last updated