D黑奴背锅 文档中心
修仙 API经济
GET/business/xiuxian/economy/get_bank_transactions

获取最近的银行交易记录。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/economy/get_bank_transactions"
{  "code": 0,  "message": "获取银行流水成功",  "data": [    {      "type": "deposit",      "amount": 1000,      "time": "2026-05-25 10:00:00"    },    {      "type": "withdraw",      "amount": 500,      "time": "2026-05-25 12:00:00"    }  ],  "time": 1779502528}