# Public

- [Reset email](https://api-docs.vaultoro.com/public/reset-email.md)
- [OHLC](https://api-docs.vaultoro.com/public/ohlc.md): Returns the latest OHLC data.
- [Orders](https://api-docs.vaultoro.com/public/orders.md): Fetch the orders
- [Ticker](https://api-docs.vaultoro.com/public/ticker.md): Fetch the latest market prices for Gold Bitcoin, Gold Dash and more.
- [Trades](https://api-docs.vaultoro.com/public/trades.md): Fetch a list of the most recent trades
- [Trading Fees](https://api-docs.vaultoro.com/public/trading-fees.md)
- [Audit](https://api-docs.vaultoro.com/public/audit.md): This is a daily snapshot representation of client balances.


---

# Agent Instructions: 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:

```
GET https://api-docs.vaultoro.com/public.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
