GET
/
api
/
v3
/
brokerage
/
time
curl --request GET \
  --url https://api.coinbase.com/api/v3/brokerage/time
{
  "iso": "<string>",
  "epochSeconds": "<string>",
  "epochMillis": "<string>"
}

Response

200
application/json

A successful response.

The response is of type object.