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?