This commit is contained in:
aozhiwei 2024-07-23 19:15:38 +08:00
parent 57c6ce8146
commit 447c515ed8

View File

@ -317,6 +317,22 @@ class AAMarket(object):
['contribution_point', 0, '贡献点'],
]
},
{
'method': 'GET',
'name': '/api/activity/stacking/history/:account_address',
'desc': '质押活动-获取每日所得历史记录',
'group': '!AAMarket',
'url': '/api/activity/stacking/history/:account_address',
'params': [
],
'response': [
_common.RspHead(),
['!rows', [
['date', 0, '日期utc时间'],
['score', '', '分数'],
], '数据'],
]
},
{
'method': 'GET',
'name': '/api/chain/txhash/:net_id/:txhash',