简体   繁体   English

Coinbase API:我在哪里可以找到 CB_VERSION 日期?

[英]Coinbase API: Where can I find the CB_VERSION date?

My responses from the coinbase v2 api at https://api.coinbase.com/v2 always return:我在https://api.coinbase.com/v2的 coinbase v2 api 的回复总是返回:

"warnings": [
    {
      "id": "missing_version",
      "message": "Please supply API version (YYYY-MM-DD) as CB-VERSION header",
      "url": "https://developers.coinbase.com/api#versioning"
    }
  ]

The documentation provides no date for the current api version.该文档没有提供当前 api 版本的日期。 Where am I supposed to get this?我应该从哪里得到这个?

The version given in the api docs is available api文档中给出的版本可用

CB-VERSION:  2015-04-08'

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM