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

# Gateway API

> 使用 Circle 的 CCTP 协议在链间原生转移 USDC。

Gateway API 使用 Circle 的跨链传输协议（CCTP）实现跨链 USDC 转账。CCTP 在源链上销毁 USDC 并在目标链上原生铸造，消除了桥接风险和封装代币风险。

## 功能概述

* 从任何支持的链向 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`     | 从子地址提取            |

<Card title="完整 API 参考" icon="book" href="/zh/api-reference/gateway/get-supported-master-wallets">
  在 API 参考选项卡中查看所有 Gateway 端点。
</Card>
