# Open API

In this section, you can get acquainted with the Octus Bridge APIs that are used in user interfaces.

You can use these APIs to get data from Octus Bridge for your applications.\
Please refer to the attached Swagger schemes.

## Bridge API&#x20;

{% embed url="<https://api.octusbridge.io/v1/swagger.yaml>" %}
Swagger scheme
{% endembed %}

## DAO API

{% embed url="<https://dao.octusbridge.io/v1>" %}
Swagger scheme
{% endembed %}

## Function call

All of the API call methods below are divided into 2 sections:&#x20;

* [**Bridge API**](/integrate/octus-bridge-api/bridge-api.md): \
  1\. [Relayers](/integrate/octus-bridge-api/bridge-api/relays.md)\
  2\. [DAO](/integrate/octus-bridge-api/bridge-api/dao.md)\
  3\. [Staking](/integrate/octus-bridge-api/bridge-api/staking.md)\
  4\. [Transfers](/integrate/octus-bridge-api/bridge-api/transfers.md)
* [**DAO API**](/integrate/octus-bridge-api/dao-api.md):\
  1\. [Proposals](/integrate/octus-bridge-api/dao-api/proposals.md)\
  2\. [Voters](/integrate/octus-bridge-api/dao-api/voters.md)\
  3\. [Votes](/integrate/octus-bridge-api/dao-api/votes.md)

## Code snippets

The following examples use the libraries:

* [**Express (Node.js)**](https://expressjs.com/en/4x/api.html)
* [**Axios**](https://axios-http.com/docs/intro)
* [**Body-parser**](https://www.npmjs.com/package/body-parser)

Link to sample repository:

* [**Node.js code snippets**](https://github.com/sarapaj/OctusBridgeBridge_NodeJS)
* [**C# code snippets**](https://github.com/nemanjasimikic/OctusBridgeBRIDGE)
* [**Python code snippets**](https://github.com/snjava1195/OctusBridgeAPI)


---

# 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.octusbridge.io/integrate/octus-bridge-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.
