> For the complete documentation index, see [llms.txt](https://docs.hermestrade.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hermestrade.xyz/reference/reference.md).

# Reference

API reference, authentication, network details, and prediction market terminology for HermesTrade.

Reference material for when you need to look something up rather than learn how to do it.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-plug" style="color:$primary;">:plug:</i></h4></td><td><strong>API Overview</strong></td><td>The three HermesTrade APIs, their base URLs, and a task-to-endpoint mapping.</td><td><a href="/reference/api-overview.md">API Overview</a></td></tr><tr><td><h4><i class="fa-key" style="color:$primary;">:key:</i></h4></td><td><strong>Authentication</strong></td><td>EIP-712 wallet signatures, API keys, JWT tokens, and order signing.</td><td><a href="/reference/authentication.md">Authentication</a></td></tr><tr><td><h4><i class="fa-server" style="color:$primary;">:server:</i></h4></td><td><strong>Network and Contracts</strong></td><td>Monad chain configuration, smart contract addresses, and token model.</td><td><a href="/reference/network-contracts.md">Network and Contracts</a></td></tr><tr><td><h4><i class="fa-bookmark" style="color:$primary;">:bookmark:</i></h4></td><td><strong>Glossary</strong></td><td>Definitions of prediction market and HermesTrade-specific terms.</td><td><a href="/reference/glossary.md">Glossary</a></td></tr><tr><td><h4><i class="fa-gauge" style="color:$primary;">:gauge:</i></h4></td><td><strong>Limits</strong></td><td>Rate limits, order size constraints, batch limits, and pagination details.</td><td><a href="/reference/limits.md">Limits</a></td></tr></tbody></table>

{% hint style="info" %}
**Looking for live API docs?** The three Swagger UIs are always available:

* CLOB API: <https://clob-api.hermestrade.xyz/docs>
* Gamma API: <https://gamma-api.hermestrade.xyz/docs>
* Relayer API: <https://relayer.hermestrade.xyz/docs>
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hermestrade.xyz/reference/reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
