结算详情
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public/daily_bill/{id} HTTP/1.1
Host: api.catfee.io
Accept: */*
{
"code": 1,
"msg": "text",
"sub_code": "text",
"sub_msg": "text",
"data": {
"id": 1,
"last_billing_timestamp": 1,
"billing_timestamp": 1,
"project_id": 1,
"project_name_en": "text",
"project_name_zh": "text",
"resource_type": "ENERGY",
"receiver": "text",
"staked_address": "text",
"last_staked_amount_sun": 1,
"staked_amount_sun": 1,
"valid_staked_amount_sun": 1,
"power_amount_sun": 1,
"earning_amount_sun": 1,
"apy": 1,
"status": "RECORDED",
"transaction_bill_list": []
}
}