freeapis

Bitquery

链上 GraphQL API 和 DEX API

认证方式
API Key
HTTPS
Yes
CORS
Yes
分类
区块链

简介

Bitquery 提供链上 GraphQL API——基于密钥(未认证请求返回 401,已实测)。

快速开始

查询(替换 YOUR_KEY):

curl -X POST "https://graphql.bitquery.io/" \
  -H "X-API-KEY: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"{ ethereum { transactions(limit: 1) { hash } } }"}'

认证方式

  • 在 bitquery.io 注册 → API 密钥。
  • 通过 X-API-KEY 请求头携带(缺失 → 401,已实测)。

速率限制与注意事项

  • 免费层带限额(看文档);付费档可扩展。
  • 链上数据、DEX API。

常见问题

Bitquery 免费吗? 免费层带限额;更多需要付费。

为什么 401? 需要 API 密钥(已实测)。

认证风格是什么? X-API-KEY 请求头 + GraphQL。

区块链 分类更多

APIAuthHTTPSCORS
Blockscout

Multichain block explorer REST API (with Etherscan-compatible JSON-RPC)

API KeyYesNo
Chainlink

Build hybrid smart contracts with Chainlink

No authYesUnknown
Chainpoint

Chainpoint is a global network for anchoring data to the Bitcoin blockchain

No authYesUnknown
ClearTrace

Cross-frontend DEX attribution and execution quality data across Ethereum and L2s

No authYesYes
Covalent

Multi-blockchain data aggregator platform

API KeyYesUnknown