/v2/time
Get the API server time.
This endpoint doesn’t require authentication.
GET https://api.coinbase.com/v2/time
curl https://api.coinbase.com/v2/time
{ "data": { "iso": "2015-06-23T18:02:51Z", "epoch": 1435082571 } }
Was this page helpful?