Skip to content

GetCounter

Robin B edited this page Mar 13, 2020 · 1 revision

GET /counter

Returns the current global counter.

Headers

Key Value
Content-Type application/x-www-form-urlencoded

Body

Key Description Format Example
--- ----------- ------ -------

Parameters

Key Description Format Example
--- ----------- ------ -------

Example requests

/counter

Output:

{
    "counter": 59206101
}