Skip to main content

Data API: Time

Table of Endpoints

NameMethodEndpointScope
Get Current TimeGET/v2/timeN/A

Get Current Time

Get the API server time.

This endpoint doesn't require authentication.

HTTP Request

GET https://api.coinbase.com/v2/time

Scopes

  • No permission required

Examples

Request

curl https://api.coinbase.com/v2/time

Response

{
"data": {
"iso": "2015-06-23T18:02:51Z",
"epoch": 1435082571
}
}

Was this helpful?