# Guild Data Feed

### Overview

**Guild Data Feed API** is a self-service tool that empowers organizations to achieve more by providing access to the data that *BlockchainSpace* has collated. As a result, *BlockchainSpace* together with the thousands of guild owners and managers can create more valuable insights and tactical partnership decisions.

### API Documentation&#x20;

Guild Data Feed API uses swagger as API documentation. Swagger is used with a set of open-source software tools to design, build, document, and use RESTful web services.

To access the Guild Data Feed API Documentation, click [here](https://app.swaggerhub.com/apis/rririanto/data-feed_api/2.0.0).&#x20;

### Data-Feed Authentication&#x20;

Guild Data Feed API uses JWT Token as authentications. JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA.

If you want to gain direct access to our Guild Data Feed API, please send an email to <reporting@blockchainspace.asia>.

### Guild Data Feed Release Notes

{% content-ref url="/pages/KMAXkrIi67YZoFyDDbrG" %}
[Guild Data Feed API v1.0.0](/blockchainspace/or-blockchainspace-tooling/guild-data-feed/guild-data-feed-api-v1.0.0.md)
{% endcontent-ref %}

{% content-ref url="/pages/0NEI660bQ9NQZsJouwUe" %}
[Guild Data Feed API v2.0.0](/blockchainspace/or-blockchainspace-tooling/guild-data-feed/guild-data-feed-api-v2.0.0.md)
{% endcontent-ref %}


---

# 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://blockchainspace.gitbook.io/blockchainspace/or-blockchainspace-tooling/guild-data-feed.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.
