# API

- [Get witnesses](https://obytejs.com/0.1.3/api/get-witnesses.md): Get the list of current witnesses.
- [Get peers](https://obytejs.com/0.1.3/api/get-peers.md): Get the list of the current peers.
- [Get joint](https://obytejs.com/0.1.3/api/get-joint.md): Request data of a specific unit.
- [Get last MCI](https://obytejs.com/0.1.3/api/get-last-mci.md): Get the last main chain index of the node you logged to.
- [Get history](https://obytejs.com/0.1.3/api/get-history.md): Get the history of one or multiple addresses.
- [Get attestation](https://obytejs.com/0.1.3/api/get-attestation.md): Get attestation unit id from a specific attested value.
- [Get attestations](https://obytejs.com/0.1.3/api/get-attestations.md): Get all attestations of a specific address.
- [Get bots](https://obytejs.com/0.1.3/api/get-bots.md): Get the list of current chatbots.
- [Get asset metadata](https://obytejs.com/0.1.3/api/get-asset-metadata.md): Get metadata of a specific asset.
- [Get definition](https://obytejs.com/0.1.3/api/get-definition.md): Get an address definition.
- [Get balances](https://obytejs.com/0.1.3/api/get-balances.md): Get balances from one or multiple addresses (max 100).
- [Get profile units](https://obytejs.com/0.1.3/api/get-profile-units.md): Get profile unit ids from one or multiple addresses (max 100).
- [Core](https://obytejs.com/0.1.3/api/core.md)
- [Catchup](https://obytejs.com/0.1.3/api/core/catchup.md): Get balls units between 2 main chain ids.
- [Get hash tree](https://obytejs.com/0.1.3/api/core/get-hash-tree.md): Get units between balls.
- [Get light props](https://obytejs.com/0.1.3/api/core/get-light-props.md): Get light client properties.
- [Post joint](https://obytejs.com/0.1.3/api/core/post-joint.md): Post an unit on Byteball network.
- [Pick divisible coins for amount](https://obytejs.com/0.1.3/api/core/pick-divisible-coins-for-amount.md): Get spendable inputs from a specific amount and asset.
- [Heartbeat](https://obytejs.com/0.1.3/api/core/heartbeat.md): Send heartbeat to notify the node you are awake.


---

# 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://obytejs.com/0.1.3/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.
