# APIs

Welcome to the Octane REST API documentation! This page contains information about the API endpoints available for our Crypto On & Off Ramp.

## Authentication

To use our APIs, you'll need an account and an API Key. If you don't have one yet, create an [account with Abyiss](https://abyiss.com/signin) and learn more about [API Keys and Authorization](/introduction/api-architecture/api-keys-authentication.md) in our Authentication section.

## Endpoints

* [Transactions](/octane-api/apis/transactions.md)
* [Subaccounts](/octane-api/apis/subaccounts.md)
* [Bank Accounts](/octane-api/apis/payment-methods/bank-accounts.md)
* [Wallets](/octane-api/apis/payment-methods/wallets.md)
* [Crypto](/octane-api/apis/assets.md)
* [KYC (Know Your Customer)](/octane-api/apis/kyc-know-your-customer.md)

## Pro Tips for Reading Documentation

To better understand our documentation, here are some pro tips to keep in mind:

* **Be patient**: Take your time to go through the documentation to avoid missing important details.
* **Review terms**: Make sure to familiarize yourself with key terms and definitions used in the documentation.
* **Read slowly**: Read each section of the documentation slowly and carefully to ensure that you understand everything.
* **Reread things**: If you're having trouble understanding a particular section, reread it or consult external resources.
* **Click the drop-down arrows**: Expand the sections and sub-sections to see more detailed information.
* **Read the overviews**: Start with the overviews to get a general idea of the information available in the documentation.
* **Google anything you don't understand**: If you encounter unfamiliar terms or concepts, Google them to learn more.
* **Contact us if you're having trouble**: If you're still having trouble understanding our documentation, don't hesitate to contact our support team for assistance.

That's it! We hope this page helps you understand our API better. If you have any questions or concerns, please don't hesitate to contact our [support team](https://abyiss.com/contact).


---

# 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.abyiss.com/octane-api/apis.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.
