更新时间:2024-05-10 GMT+08:00
步骤三:连接API凭证与HTTPS/WebSocket
使用获取到的API凭证、HTTPS和WebSocket进行拼接,用于调用API。
前提条件
已创建DApp项目。
操作步骤
- 在左侧导航栏中,选择“共享版>DApp项目管理”。
- 在DApp项目管理中,单击DApp名称。
- 在项目详情页面 ,可获取API凭证、WebSocket和HTTPS。
- 使用HTTPS或WebSocket连接API凭据,调用API。
具体的连接方式如下:
- HTTPS:https://your-http-endpoint/api-key,例如:https://polygon-mainnet.shared-fullnode.bcs.ap-southeast-3.myhuaweicloud.com/v1/xxxxxxxxxxxx。
- WebSocket:wss://your-http-endpoint/api-key,例如:wss://polygon-mainnet.shared-fullnode.bcs.ap-southeast-3.myhuaweicloud.com/v1/xxxxxxxxxxxx。
父主题: 共享版