# My API

**MY API**

* API stands for "Application Programming Interface."
* MyAPI is a secure and authenticated access point to our services. Below are the details you need to access and manage your API key and secret.
* **Client ID:** \[Your Client ID]
* **API Key:** \[Your API Key]
* **API Secret:** \[Your API Secret]
* **Expiry On:** \[Date when the API key and secret expire]
* **Expiry At:** \[Time at which the API key and secret expire on the specified date]
* **Renew API:** \[Instructions or link to renew the API key if available]
* **Regenerate Secret:** \[Instructions or link to regenerate the API secret if available]

**API Transactions**

Provide information about your Transactions for buying api keys


---

# 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.algomojo.com/algomojo/my-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.
