GET | /gateway/wallets | 列出支持 Gateway 的主钱包 |
GET | /gateway/wallets/{walletId}/transactions | 列出 Gateway 交易 |
GET | /gateway/wallets/{walletId}/balance | 获取 Gateway 余额 |
POST | /gateway/wallets/{walletId}/deposit | 向 Gateway 充值 |
POST | /gateway/wallets/{walletId}/deposit/network-fee | 估算充值费用 |
POST | /gateway/wallets/{walletId}/withdraw | 从 Gateway 提取 |
POST | /gateway/wallets/{walletId}/withdraw/network-fee | 估算提取费用 |
GET | /gateway/wallets/{walletId}/addresses/{addressId}/transactions | 列出地址 Gateway 交易 |
GET | /gateway/wallets/{walletId}/addresses/{addressId}/balance | 获取地址 Gateway 余额 |
POST | /gateway/wallets/{walletId}/addresses/{addressId}/deposit | 从子地址充值 |
POST | /gateway/wallets/{walletId}/addresses/{addressId}/withdraw | 从子地址提取 |