# GraphQL API

The Bine Games platform features a public GraphQL API that enables developers to access additional item data or data sourced from the blockchain. GraphQL, a query language for APIs, offers an adaptable and efficient means of requesting and retrieving data from an API.

The Bine Games GraphQL API permits developers to make targeted queries for data associated with in-game items and the blockchain. For instance, a developer could utilize the API to acquire information about a particular in-game item, including its name, description, and attributes. Additionally, they could query data about the blockchain, such as current block height or a specific address's transaction history.

The API's public accessibility allows anyone to use it, empowering developers to build their own applications or integrations with the Bine Games platform. This fosters a thriving ecosystem of tools and services built upon the Bine Games platform.

In summary, the public GraphQL API is a valuable asset within the Bine Games platform, granting developers the ability to access specific data related to in-game items and the blockchain while encouraging the creation of custom applications and integrations with the platform.


---

# 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://whitepaper.bine.games/platform/technology/graphql-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.
