> For the complete documentation index, see [llms.txt](https://abcc-docs.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abcc-docs.gitbook.io/api/common/get-timestamp.md).

# Get Timestamp

## Get Timestamp

<mark style="color:blue;">`GET`</mark> `https://api.abcc.com/api/v1/common/timestamp`

{% tabs %}
{% tab title="200 Data successfully retrieved." %}

```
{
    "timestamp": 1628752065.5717027
}
```

{% endtab %}
{% endtabs %}

OUTPUT EXPLANATION

| Parameter | Type    | Explanation            |
| --------- | ------- | ---------------------- |
| timestamp | Decimal | timestamp (Unix epoch) |
