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

Response

A successful response.

iso
string

An ISO-8601 representation of the timestamp

epochSeconds
string<int64>

A second-precision representation of the timestamp

epochMillis
string<int64>

A millisecond-precision representation of the timestamp