# Grix API

### Overview

The Grix API provides developers with tools to integrate DeFi options info and trading functionalities into their applications.

### Getting Started

* **API Documentation**: Explore our [API Documentation](https://external-api-dev.grix.finance/docs) for detailed specifications and request examples.
* **API Key**: [Register here](https://docs.google.com/forms/d/e/1FAIpQLSd_r86A9kCceEaShWnzuy5CIAblyHgMtegR8hc0U-PN8ZqRkQ/viewform) to obtain your API key.
* **API Repo**: [API GitHub repo](https://github.com/grixprotocol/defi-options-hub/tree/main/api).

### Future Plans

\
We are constantly working to enhance the Grix API. Here are some features you can look forward to:

* **Transaction Execution**: Execute trades directly through our API.
* **DeFi Options Portfolio**: Retrieve and manage your DeFi options portfolio.
* **Arbitrage Opportunities**: Discover and exploit arbitrage opportunities across different protocols.
* **And More**: Stay tuned for additional features and improvements.

### &#x20;Disclaimer

Please note that this is the first phase of our API. While we strive for stability and reliability, it should be used at your own risk. We appreciate your feedback to help us improve.

### Support

For technical support or inquiries, please join our Discord's [dev-channel](https://discord.gg/ku5eKPS2).

***

Start building powerful DeFi options trading applications with Grix API today!<br>


---

# 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.grix.finance/grix/technical-reference/grix-api.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.
