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

# 简介

> 欢迎阅读 Yiksi Pay 开发者文档。在这里，您将学习如何使用 Yiksi Pay API 为您的客户创建出色的体验。

## 开始设置

Yiksi Pay API 让您可以访问我们[控制台](https://dashboard.yiksipay.com)上几乎所有的功能，并允许您将这些功能扩展到您的应用程序中。该 API 遵循 RESTful 设计原则，围绕您将要交互的主要资源进行组织，但有一些特殊情况。

要开始使用，您必须在 [Yiksi Pay](https://dashboard.yiksipay.com/signup?utm_source=docs) 创建账户并设置您的钱包，以开始集成流程。

## 快速入门

以下是您可以执行的快速操作，以开始测试 Yiksi Pay API：

<CardGroup cols={2}>
  <Card title="钱包" icon="wallet" href="/zh/essentials/wallets">
    了解如何管理您的主钱包
  </Card>

  <Card title="地址" icon="address-card" href="/zh/essentials/addresses">
    了解如何为您的客户创建专用地址
  </Card>

  <Card title="自动结算" icon="swap" href="/zh/essentials/auto-settlements">
    自动化跨区块链网络的资产结算和转换
  </Card>

  <Card title="兑换 & 跨链" icon="arrows-rotate" href="/zh/essentials/swap">
    通过统一 API 跨链交换资产。
  </Card>

  <Card title="API 参考" icon="code" href="/zh/api-reference/introduction">
    访问所有 API 端点的完整文档
  </Card>

  <Card title="Webhooks" icon="webhook" href="/zh/essentials/webhooks">
    管理 webhooks 以实现实时通知和数据同步
  </Card>
</CardGroup>
