Welcome to the Absurdia API reference!
Absurdia helps your algorithmic trading venture be more successful.
The API is built around a number of resources, uses JSON bodies in both responses and requests, uses standard HTTP response codes, authentication, verbs and encoding.
For compression, 2 algorithms are currently supported: brotli and gzip. We strongly advice using compression to further reduce latency. Prefer brotli over gzip whenever possible (see your HTTP client's supported compression algorithms), using the header Accept-Encoding: br or Accept-Encoding: gzip respectively.
Lastly, all our APIs and web pages can be accessed using HTTP 1.1, 2 or 3!