Coinbase Advanced Trade API
cURL
curl --request GET \ --url https://api.coinbase.com/api/v3/brokerage/time
{ "iso": "<string>", "epochSeconds": "<string>", "epochMillis": "<string>" }
Get the current time from the Coinbase Advanced API.
A successful response.
An ISO-8601 representation of the timestamp
A second-precision representation of the timestamp
A millisecond-precision representation of the timestamp
Was this page helpful?