版本:v1
合约 API 文档
外部 API 文档
身份验证
- API 密钥:APIKey
- API 密钥:Nonce
- API 密钥:Signature
从 BTSE 平台获取的 API 密钥字符串
安全方案类型: | apiKey |
|---|---|
Header 参数名: | request-api |
以 long 格式表示的当前时间戳
安全方案类型: | apiKey |
|---|---|
Header 参数名: | request-nonce |
基于以下算法生成的复合签名:Signature=HMAC.Sha384 (secretkey, (urlpath + request-nonce + bodyStr))(注意:无数据时 bodyStr = '')
安全方案类型: | apiKey |
|---|---|
Header 参数名: | request-sign |