API 参考

v1.0.0 • REST API

api.cryptomepay.com

身份验证

Cryptome Pay API 支持两种认证方式:API Key 认证(适合简单集成)和 AK/SK 签名认证(推荐,安全性更高)。

获取 API 密钥

  1. 登录您的商户仪表板
  2. 进入 设置 → API 密钥
  3. 妥善保存您的 API Key (ak_xxx) 和 Secret Key (sk_xxx) - Secret Key 仅显示一次!

请求头

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

安全提示: 请勿在客户端代码中暴露您的 API Key 或 Secret Key。始终在服务器端发起 API 请求。

API Documentation | Cryptome Pay