# 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: 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.watchdata.io/welcome-to-watchdata-docs/features/blockchain-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.
