使用stats模块的ethprice方法获取当前的以太币价格。
Use the stats module's ethprice method to obtain current TT prices.
查询|表单参数:
Query form parameters:
- module:stats
- action:ethprice
- apikey:etherscan API密钥
返回值为一个JSON对象,主要字段如下:
Returns the value of a JSON object with the following main fields:
- status:状态码,1为成功
- message:调用描述信息,OK为成功
- result:调用结果,表示当以太币的最新价格,主要字段如下:
- ethbtc:以比特币为基准的以太币价格
- ethbtc_timestamp:ethbtc价格的时间戳
- ethusd:以美元为基准的以太币价格
- ethusd_timestamp:ethusd价格的时间戳
以curl为例的API调用代码如下,也可以直接点击这里查看在浏览器中的运行结果:
The API, using Curl as an example, calls the following code and can also click directly on :
返回结果如下:
The results of the return were as follows:
注册有任何问题请添加 微信:MVIP619 拉你进入群
打开微信扫一扫
添加客服
进入交流群
发表评论