coinbase-java
coinbase-java copied to clipboard
Is any of this still working?
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).