> ## Documentation Index
> Fetch the complete documentation index at: https://developer.speedpay.hk/llms.txt
> Use this file to discover all available pages before exploring further.

# JCB 钱包接口概览

> JCB 钱包地址与充值记录查询接口。

基础路径：`/mc-platformapi/v1/open/jcb/wallet`

| 接口       | 方法     | 路径                  | 说明                     |
| -------- | ------ | ------------------- | ---------------------- |
| 钱包地址     | `POST` | `/address`          | 查询或创建指定卡片在指定链/品牌下的钱包地址 |
| 钱包充值记录查询 | `POST` | `/transaction/list` | 查询指定卡片和链/品牌下的链上充值记录    |

所有 JCB 钱包接口均需要在请求体中传入 `app_id`、`timestamp`，并在 `Authorization` Header 中传入完整 JSON 请求体的 `SHA256withRSA` + `BASE64` 签名值。
