0

My responses from the coinbase v2 api at https://api.coinbase.com/v2 always return:

"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. Where am I supposed to get this?

Nick Carbone
  • 445
  • 1
  • 4
  • 9

1 Answers1

0

The version given in the api docs is available

CB-VERSION:  2015-04-08'