功能概述
- 从任何支持的链向 Gateway 充值 USDC
- 向任何支持的目标链提取 USDC
- 查看 Gateway 余额和交易历史
- 估算跨链转账费用
端点
| 方法 | 端点 | 描述 |
|---|---|---|
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 | 从子地址提取 |
完整 API 参考
在 API 参考选项卡中查看所有 Gateway 端点。

