> For the complete documentation index, see [llms.txt](https://developers.alephee.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.alephee.com/v2/glossary/glo1.md).

# Conventions

● Client - Client application.\
● Status - HTTP status code of response.\
● All responses are in JSON format.\
● Types listed with \[ ] indicate “Array of”. For example: \[ItemType] is an array of ItemType objects.\
● Types listed with ? indicate a “nullable type”. For example: orderDate? Is a nullable property.\
● The parameters marked with \* are mandatory.
