# Beta API

***Note:** The Beta API is currently disabled for some much-needed updates. If you need to use it, please* [*contact us*](/contact-us.md)*.*

Beta currently offers information about singletons.&#x20;

## FireAcademy.io

Leaflet can be acessed at `https://kraken.fireacademy.io/beta/` or `https://kraken.fireacademy.io/{api-key}/beta/`. Billing is based on the number of returned results, with each result costing 42 credits. Each request consumes at least 42 credits:&#x20;

`request_cost = 42 * max(num_results, 1)`

## API

For a better experience, please refer to [this generated page](https://app.swaggerhub.com/apis-docs/Yakuhito/BetaAPI/1.0).

### Puzzles

Wondering what's hidden behind a singleton's inner puzzle hash? Use this endpoint to find out!

{% openapi src="/files/RuyIMJ5jtTw8WzDulEaO" path="/get\_puzzle" method="post" expanded="true" %}
[swagger.yaml](https://3451684478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGfRvkWH46FPzusrEuli%2Fuploads%2FKnHY6xdYVDkw1Gnzdilz%2Fswagger.yaml?alt=media\&token=8212e6ad-5b5a-49cf-b210-51a31b818e43)
{% endopenapi %}

### Singleton States

The reason Beta was invented.

{% openapi src="/files/RuyIMJ5jtTw8WzDulEaO" path="/get\_singleton\_states" method="post" expanded="false" %}
[swagger.yaml](https://3451684478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGfRvkWH46FPzusrEuli%2Fuploads%2FKnHY6xdYVDkw1Gnzdilz%2Fswagger.yaml?alt=media\&token=8212e6ad-5b5a-49cf-b210-51a31b818e43)
{% endopenapi %}

### Sync

Is Beta up-to-date or a trillion blocks behind?

**Warning**: Not suitable for heptapods.

{% openapi src="/files/RuyIMJ5jtTw8WzDulEaO" path="/get\_peak\_synced\_block" method="get" %}
[swagger.yaml](https://3451684478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGfRvkWH46FPzusrEuli%2Fuploads%2FKnHY6xdYVDkw1Gnzdilz%2Fswagger.yaml?alt=media\&token=8212e6ad-5b5a-49cf-b210-51a31b818e43)
{% endopenapi %}

{% openapi src="/files/RuyIMJ5jtTw8WzDulEaO" path="/get\_peak\_synced\_block" method="post" %}
[swagger.yaml](https://3451684478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGfRvkWH46FPzusrEuli%2Fuploads%2FKnHY6xdYVDkw1Gnzdilz%2Fswagger.yaml?alt=media\&token=8212e6ad-5b5a-49cf-b210-51a31b818e43)
{% endopenapi %}

{% openapi src="/files/RuyIMJ5jtTw8WzDulEaO" path="/get\_synced\_block" method="post" %}
[swagger.yaml](https://3451684478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGfRvkWH46FPzusrEuli%2Fuploads%2FKnHY6xdYVDkw1Gnzdilz%2Fswagger.yaml?alt=media\&token=8212e6ad-5b5a-49cf-b210-51a31b818e43)
{% endopenapi %}

{% openapi src="/files/RuyIMJ5jtTw8WzDulEaO" path="/get\_synced\_blocks" method="post" %}
[swagger.yaml](https://3451684478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYGfRvkWH46FPzusrEuli%2Fuploads%2FKnHY6xdYVDkw1Gnzdilz%2Fswagger.yaml?alt=media\&token=8212e6ad-5b5a-49cf-b210-51a31b818e43)
{% endopenapi %}


---

# 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.fireacademy.io/developers/beta-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.
