⚠️ API Documentation - Beta Disclaimer

The API documentation is currently in beta testing phase. Please note the following: **API Description:** - API interfaces may change at any time - API response formats may be adjusted - API functionality may be incomplete **Beta Phase Risks:** - API documentation may be inaccurate - API implementation may not match documentation - API performance may be unstable - API may be taken offline at any time **No Liability:** - No liability for integration issues caused by API changes - No guarantee of backward compatibility - No guarantee of API availability and performance - No guarantee of API response data accuracy

Link Protocol API

完整的 Link Protocol API 参考文档。了解如何集成 Anchor 验证、结果锚定和争议解决功能。

API 概述
Link Protocol 的核心 API 端点和认证方式

基础 URL

https://api.link.cn/v1

认证

所有 API 请求都需要在 HTTP 头中包含 Bearer token:

Authorization: Bearer YOUR_API_KEY

响应格式

所有 API 响应都返回 JSON 格式,包含以下结构:

{
  "success": true,
  "data": { /* 响应数据 */ },
  "error": null,
  "timestamp": "2026-02-06T10:30:00Z"
}

HTTP 状态码

200 OK请求成功
400 Bad Request请求参数错误
401 Unauthorized认证失败或 Token 过期
429 Too Many Requests请求过于频繁,已触发速率限制
速率限制

为了保护服务稳定性,Link Protocol API 实施以下速率限制:

标准计划
100 请求/分钟
专业计划
1000 请求/分钟
企业计划
自定义限制