问题标签 [coinbase-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - CoinBase“无效签名”PHP Buy API 请求
我已经多次查看代码,但是每当我向 API 发送请求时,它都会返回“消息”:“无效签名”
我认为这可能与散列身体有关。我是 PHP 新手,也是我的第一个项目。:)
有人看到错误吗?谢谢。
powershell - Coinbase Exchange API 与 PowerShell
我觉得我非常接近能够将 Coinbase Exchange API 与 PowerShell 一起使用,但我在创建有效签名时遇到了麻烦。不需要签名的请求,例如 /time 和 /products,效果很好。
这是我到目前为止所拥有的。
php - Coinbase Exchange API {"message":"Missing product_id"} ERROR even when including product-ID
I am having an issue with the coinbase exchange API. I am trying to post multiple sell/buy orders to the exchange using one cURL PHP post. Whenever I use the code below to post I get a {"message":"Missing product_id"} error which confuses me because I clearly have the product-id. I have double check the array output and the JSON looks correct. Hope you guy can help. Is it something simple?
PHP: ($btcper and $array variables are defined above when I coped and pasted)
bitcoin - {"error":"Not Found"} 当我调用我的 Coinbase 地址时
我正在尝试通过 Toshi API 通过以下 rest 调用获取有关我的 Coinbase 钱包地址的信息(从我的 Coinbase 个人资料的“我的钱包比特币地址”部分复制):
但我收到以下错误
谁能解释这是为什么?
python - Coinbase python APIError:汇款失败
我正在尝试集成新的Coinbase python 库。我想让 send_money 工作。但无论我怎么尝试,它一直在说
我的python代码:
我可以检查我的余额,所以account
工作。此外,所有权限都在 Coinbase 网站的 API 设置中授予。
excel - 如何在 Excel 电子表格中获取最新的加密货币价格?
如何在 Excel 电子表格中获取最新的加密货币价格?我必须开始习惯 Excel 工作,所以这会给我一个使用它的借口。就比特币而言,我只想要来自 Coinbase 交易所的价格。即使考虑到我一直在尝试做的研究,询问专家也更有效率。我只是想开始做这个!
sandbox - HTML 无法检索在 Coinbase 沙盒环境中创建的支付按钮
Coinbase 新手在这里。
在沙盒环境中测试 Coinbase,无法让支付按钮显示在 HTML 页面中。将其追踪到 button.js 试图从中检索付款按钮代码,www<dot>
而不是sandbox<dot>
.
这是场景:
- 使用“沙盒”环境。
通过对https://api.sandbox.coinbase.com/v1/buttons的 API 调用生成按钮代码 所有 API 安全/身份验证工作正常。
使用 2. 中生成的 [button-code]直接在浏览器中输入https://sandbox.coinbase.com/checkouts/[button-code]测试结帐屏幕。结果:浏览器显示我的商家帐户的结帐屏幕。凉爽的。
使用 2. 中生成的 [button-code ]直接在浏览器中输入https://sandbox.coinbase.com/buttons/[button-code]测试按钮。结果:浏览器显示一个漂亮的按钮。又凉了。
将此代码放在 HTML 页面中:
/li>
在浏览器屏幕上会发生这种情况:它会短暂显示“捐赠比特币”链接,然后将链接替换为文本“无效的数据代码属性 (1)”
监控 HTTP 流量,我看到错误来自检索按钮的幕后调用,它转到:https://www.coinbase.com/buttons/[button-code] --- 它应该转到sandbox<dot>
如上面的第 4 步,不是www<dot>
源 sandbox.coinbase.com/assets/button.js 已硬编码 www.coinbase.com。这是错误的,虽然我不敢相信我是第一个遇到这个问题的人,所以我承认我可能做错了什么。
Coinbase 会修复沙盒环境中的 button.js 代码吗?
coinbase-api - API:股票代码信息
Coinbase Exchange API:ticker GET /products/<product-id>/ticker
仅提供最后收盘价。为了下市价单,我需要最好的询价和出价(基于边)。几乎所有的交易所都通过他们的代码 API 提供了这个,所以我对 coinbase 没有提供这一点并不感到惊讶。
我错过了什么?有什么办法可以得到这些信息。
coinbase-api - Coinbase API:为具有电子邮件地址的用户创建新的比特币钱包
你们知道 Coinbase 是否允许像 Xapo 那样通过他们的 Api 自动创建用户?基本上我需要在 web app 上为用户生成一个钱包地址。如果不可能,欢迎任何创新的想法或替代方案!谢谢