ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
[TOC] ***** ### 生成地址:POST`/address/new` 参数:无 返回: | 名称 | 描述 | | --- | --- | | key | 私钥 | | publicKey | 公钥 | ***** ### 校验公钥:POST`/address/isPublicKey` 参数: | 名称 | 描述 | | --- | --- | | publicKey | 公钥 | 返回:code状态码 0成功1失败 ***** ### 校验私钥:POST`/address/isPrivateKey` 参数: | 名称 | 描述 | | --- | --- | | privateKey | 私钥 | 返回:code状态码 0成功1失败 ***** ### 校验是否是地址:POST`/address/isAddress` 参数: | 名称 | 描述 | | --- | --- | | address| 地址 | 返回:code状态码 0成功1失败