> For the complete documentation index, see [llms.txt](https://docs.watchdata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.watchdata.io/welcome-to-watchdata-docs/features/blockchain-api.md).

# Blockchain API

With WatchData’s API, you can get to Raw blockchain data: balances, transactions, blocks, tokens transfers, logs, and others.&#x20;

**Interact with multiple blockchains in a unified way!**

## Advantages of our Blockchain API

### ✅ No need to run your own node

Spare yourself from development costs and associated expenses. Call most JSON-RPC methods via our API in the same way as sending to an own node.

### ✅ Data correctness

You can't afford to lose data. And you certainly can't afford to have a single point of failure. <mark style="color:purple;">**This is why**</mark> WatchData Blockchain API is perfect for you: its proprietary coordinator service ensures that your data is always correct, real-time, and in sync.

### ✅ Fast & reliable

Gain instant access to blocks, transactions, and contracts using raw data. <mark style="color:purple;">**Get advantage**</mark> of fast access for blocks, transactions and contracts using the raw data.

{% content-ref url="/pages/VmzfknWbaL5v4RCzgNjk" %}
[Ethereum API](/blockchain-apis/ethereum-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/SW0bNYJDwJl3eZ2zn90F" %}
[Bitcoin API](/blockchain-apis/bitcoin-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/b3VNAzw8p04wLAeNFlrm" %}
[Binance Smart Chain API](/blockchain-apis/binance-smart-chain-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/wPyHAf0OYFNxqpS3FeEU" %}
[Tron API](/blockchain-apis/tron-api.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.watchdata.io/welcome-to-watchdata-docs/features/blockchain-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
