参数名称 | 类型 | 必填 | 说明 |
---|
参数名称 | 类型 | 说明 |
---|---|---|
type | string | 品种代号 |
typename | string | 品种名称 |
price | string | 最新价 |
openingprice | string | 开盘价 |
maxprice | string | 最高价 |
minprice | string | 最低价 |
changepercent | string | 涨跌幅 |
lastclosingprice | string | 昨收盘价 |
tradeamount | string | 总成交量 |
updatetime | string | 更新时间 |
<?php require_once 'curl.func.php'; $appkey = 'your_appkey_here';//你的appkey $url = "https://api.binstd.com/silver/shgold?appkey=$appkey"; $result = curlOpen($url, ['ssl'=>true]); $jsonarr = json_decode($result, true); //exit(var_dump($jsonarr)); if($jsonarr['status'] != 0) { echo $jsonarr['msg']; exit(); } $result = $jsonarr['result']; foreach($result as $val) { echo $val['type'].' '.$val['typename'].' '.$val['price'].' '.$val['openingprice'].' '.$val['maxprice'].' '.$val['minprice'].' '.$val['changepercent'].' '.$val['lastclosingprice'].' '.$val['tradeamount'].' '.$val['updatetime'].'
'; }
{ "status": "0", "msg": "ok", "result": [ { "type": "Ag(T+D)", "typename": "白银延期", "price": "3399.00", "openingprice": "3402.00", "maxprice": "3407.00", "minprice": "3388.00", "changepercent": "0.09%", "lastclosingprice": "3396.00", "tradeamount": "1373982.0000", "updatetime": "2015-10-27 15:07:25" }, { "type": "Ag99.99", "typename": "白银9999", "price": "3402.00", "openingprice": "3405.00", "maxprice": "3405.00", "minprice": "3402.00", "changepercent": "0.03%", "lastclosingprice": "3401.00", "tradeamount": "60.0000", "updatetime": "2015-10-27 13:59:11" } ] }
代号 | 说明 |
---|---|
201 | 没有信息 |
代号 | 说明 |
---|---|
101 | APPKEY为空或不存在 |
102 | APPKEY已过期 |
103 | APPKEY无请求此数据权限 |
104 | 请求超过次数限制 |
105 | IP被禁止 |
106 | IP请求超过限制 |
107 | 接口维护中 |
108 | 接口已停用 |
名称 | 权限 | 价格 | |
---|---|---|---|
免费套餐 | 5次 | 免费 | |
Level1 | 200000次 | 200.00元 | |
Level2 | 500000次 | 470.00元 | |
Level3 | 700000次 | 640.00元 |
开通账号: