# Octane API

- [Introduction](https://docs.abyiss.com/octane-api/introduction.md): Octane: Crypto to Fiat On and Off Ramp
- [Integration Guides](https://docs.abyiss.com/octane-api/integration-guides.md): Streamline Transactions
- [Crypto Off Ramp APIs - Business Guide](https://docs.abyiss.com/octane-api/integration-guides/crypto-off-ramp-apis-business-guide.md): For Organizations Streamlining Customer Transactions
- [References](https://docs.abyiss.com/octane-api/references.md): Octane: Crypto On & Off Ramp API reference documentation.
- [Transaction Types](https://docs.abyiss.com/octane-api/references/transaction-types.md): Types of transactions Octane supports.
- [Payment Methods](https://docs.abyiss.com/octane-api/references/payment-methods.md): Our platform supports various payment methods to facilitate transactions. Below are the current payment methods available:
- [Transaction Fees](https://docs.abyiss.com/octane-api/references/transaction-fees.md): Discover the most cost-effective and efficient ways to transact on our platform.
- [Partner Fees](https://docs.abyiss.com/octane-api/references/partner-fees.md): Generate revenue by setting custom fees on transactions initiated by your users.
- [APIs](https://docs.abyiss.com/octane-api/apis.md): Octane: Crypto On & Off Ramp REST APIs documentation.
- [Transactions](https://docs.abyiss.com/octane-api/apis/transactions.md): The Transactions API within Octane empowers you to efficiently manage and retrieve orders associated with your account.
- [Assets](https://docs.abyiss.com/octane-api/apis/assets.md): The Octane Assets API gets the all the cryptocurrencies and blockchains supported for transactions.
- [Payment Methods](https://docs.abyiss.com/octane-api/apis/payment-methods.md): The Octane Payment Methods API provides developers with functionality to manage and retrieve information related to payment methods associated with their accounts.
- [Bank Accounts](https://docs.abyiss.com/octane-api/apis/payment-methods/bank-accounts.md): The Bank Accounts API
- [Wallets](https://docs.abyiss.com/octane-api/apis/payment-methods/wallets.md): The Crypto Wallets API
- [Subaccounts](https://docs.abyiss.com/octane-api/apis/subaccounts.md): The Octane Subaccounts API allows you to manage and retrieve information about subaccounts associated with your master account.
- [KYC (Know Your Customer)](https://docs.abyiss.com/octane-api/apis/kyc-know-your-customer.md): Request access by emailing support@abyiss.com.


---

# 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.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.
