Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
查询或创建 JCB 卡绑定的钱包地址。
POST
/mc-platformapi/v1/open/jcb/wallet/address
application/json
SHA256withRSA
BASE64
app_id
string
timestamp
integer
card_no
brand
ETH
Solana
asset_name
USDT
USDC
{ "app_id": "app_123456", "timestamp": 1784880000, "card_no": "356999******1234", "brand": "ETH", "asset_name": "USDT" }
address
{ "code": 0, "msg": "success", "data": { "address": "0x1234567890abcdef1234567890abcdef12345678" } }