# Public Services​

There are public nodes running by Flickrz Chain community which will allow you to interact with the blockchain.

### REST API[​](https://docs.bnbchain.org/docs/beaconchain/exchange-integration/#rest-api)

Accelerated nodes provide advanced API services for the public. List of all the Rest API information available on accelerated node can be found.

### **Node RPC**

There are multiple data seed node in the network which allow users to perform low-level operations like executing ABCI queries, broadcasting a transaction or viewing network/consensus state.&#x20;

If you run a full node by yourself, you can also use those RPC functions. List of all endpoints Node RPC service provides can be found.


---

# 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://flickrz.gitbook.io/whitepaper-flickrz/flickrz-exchange-integration/public-services.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.
