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

# Go SDK

> 安装、配置和使用 LaserSell Go SDK，以 context.Context 模式构建交易和流式仓位。

## 安装

```bash theme={null}
go get github.com/lasersell/lasersell-sdk/go
```

关于 API 客户端用法、退出智能流会话、流动性快照、交易辅助函数、错误处理和 `context.Context` 模式的完整代码示例，请参阅[英文版](/api/sdk/go)。所有 API 方法名和签名与英文版完全一致。

## 完整示例

参见[快速入门](/api/quickstart)了解完整的工作示例。
