# Interfaces

- [1. Deposit Funds](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/1.-deposit-funds.md)
- [2. Withdraw Funds](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/2.-withdraw-funds.md)
- [3. Check Funds](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/3.-check-funds.md)
- [4. Deposit DAI into Public Pool](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/4.-deposit-dai-into-public-pool.md)
- [5. Withdraw DAI from Public Pool](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/5.-withdraw-dai-from-public-pool.md)
- [6. Check Funds on Public Pool](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/6.-check-funds-on-public-pool.md)
- [7. Deposit DAI to Private Pool](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/7.-deposit-dai-to-private-pool.md)
- [8. Withdraw DAI from Private Pool](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/8.-withdraw-dai-from-private-pool.md)
- [9. Check Funds on Private Pool](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/9.-check-funds-on-private-pool.md)
- [10. Check Details on a Certain Order](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/10.-check-details-on-a-certain-order.md)
- [11. Get Funding Fee Rate of an Option Transaction](https://docs.shieldex.io/tutorials/trading-api-references/interfaces/11.-get-funding-fee-rate-of-an-option-transaction.md)


---

# 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://docs.shieldex.io/tutorials/trading-api-references/interfaces.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.
