Persistent Counter
A highly scalable (sharded) globally persistent counter, which can withstand datacenter crashes, machine crashes, and application crashes. Useful for generating monotonically increasing numbers, required by certain applications, like Coinbase for e.g.
Persistent Counter endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/value /value |
Get the value of counter. |
| POST |
/increment /increment |
Increment or Decrement the counter (use negative value for decrementing). |
Persistent Counter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7 / month | — |
|
| ULTRA | $20 / month | — |
|