{
"code": "0",
"message": "success",
"data": {
"cashierId": "cs_1234567890",
"merchantId": "mch_9876543210",
"merchantName": "示例商户",
"supportedNetworks": [
{
"chainId": "1",
"networkName": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
{
"chainId": "42161",
"networkName": "Arbitrum",
"symbol": "ETH",
"decimals": 18
},
{
"chainId": "TRON",
"networkName": "TRON",
"symbol": "TRX",
"decimals": 6
}
],
"supportedCoins": [
{
"symbol": "USDT",
"name": "Tether USD",
"chainId": "1",
"contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"decimals": 6,
"minAmount": "10",
"maxAmount": "1000000"
},
{
"symbol": "USDC",
"name": "USD Coin",
"chainId": "1",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"decimals": 6,
"minAmount": "10",
"maxAmount": "1000000"
}
],
"paymentMethods": [
{
"type": "wallet",
"name": "连接钱包支付",
"enabled": true
},
{
"type": "scan",
"name": "扫码支付",
"enabled": true
}
],
"webhookUrl": "https://your-domain.com/webhook/blockatm",
"status": "active",
"createdAt": 1711900800000
}
}