coinbase-java icon indicating copy to clipboard operation
coinbase-java copied to clipboard

Is any of this still working?

Open bbottema opened this issue 6 years ago • 0 comments

Whatever I do, from Java using coinbase-java, or using the REST API directly in Chrome or PostMan, I always get the following json response, whether I use an API key or not:

{
    "errors": [
        {
            "id": "not_found",
            "message": "Not found"
        }
    ]
}

Did they change the v1 api? I can't find the old documentation either. v2 performs better in PostMan, but is not supported in the released coinbase-java (Maven dependency).

bbottema avatar Jul 14 '19 21:07 bbottema