AVATA API 文档/AVATA API 文档/AVATA v2 API 文档/合约服务接口
请求参数
时间戳,1970年1月1日0点0分0秒到现在的毫秒数
API 签名,算法为SHA256(Params+Timestamp+ApiSecret)
{
"to": "string",
"data": "string",
"gas_limit": 0,
"estimation": 0,
"operation_id": "string",
"from": "string"
}
示例代码
curl --location --request POST 'https://apis.avata.bianjie.ai/v2/contract/calls' \
--header 'X-Api-Key;' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Timestamp;' \
--header 'X-Signature;' \
--header 'X-Signature;' \
--header 'Content-Type: application/json' \
--data-raw ''

扫码加入文昌链微信技术交流群
在这里,获得 Avata 使用上的任何帮助,快速上手让你的研测效率大幅提升

扫码添加小助手修改于 2023-07-14 15:01:31