Skip to main content
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

iso
string
epochSeconds
string<int64>
epochMillis
string<int64>