coinbase / coinbase-java

Coinbase API v1 library for Java
Apache License 2.0
149 stars 98 forks source link

Is any of this still working? #110

Open bbottema opened 5 years ago

bbottema commented 5 years ago

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).