Active Product
AI-Ready

Cardano API / AI / Agent

Access Cardano blockchain data via REST API, or let AI agents query it directly through the built-in MCP server. From raw data access to AI-generated reports.

  • Access the BCA Cardano API via REST endpoints
  • Interface AI/Agent via MCP server to the API
  • Templates for report generation by AI
  • Feature levels: Developer · Team · Enterprise
REST
API protocol
MCP
AI interface
3 networks
mainnet · preprod · preview
10–100
Requests/sec

Plans

Tier 1

Developer

For individual developers who need programmatic or agentic access to Cardano data.

  • All Cardano networks (mainnet, preprod, preview) · full data access (all 9 domains)
  • REST + MCP server access
  • 1 concurrent API token
  • 10 req/s · burst: 50 req
  • 20 results/page
  • Self-service identity management
  •  
  •  
  • Free 5-day trial — no payment to start
Start free trial →

then € 39 / month

Pay annually: € 429 — get 1 month free

Tier 3

Enterprise

Maximum capacity, priority support, SLA guarantees, and SLI monitoring integration into your workflows.

  • All Cardano networks (mainnet, preprod, preview) · full data access (all 9 domains)
  • REST + MCP server access
  • 10 concurrent API tokens
  • 40 req/s · burst: 500 req
  • 2,000 results/page
  • Self-service identity management
  • SLI monitoring + integration
  • 24×7 priority support & SLA
  •  
Contact Us →

How the trial works

1
Sign up, get access.

Checkout registers your account and collects billing details (email, business address, VAT if applicable) so an invoice can be prepared. API access is granted automatically — no waiting on us.

2
Full dataset, full features.

The trial is the real product, not a sample.

3
No charge during the trial.

Nothing is billed up front. If you continue, you'll receive an invoice.

4
5 days to evaluate.

Near the end we'll reach out — both to answer questions and for feedback. Need longer to test an integration? Contact us and we'll extend it.

Feature Matrix

Feature Developer Team Enterprise
Networks covered
Cardano mainnet
Cardano preprod (testnet)
Cardano preview (testnet)
Data Access
Block access
Transaction access
Search by address
Staking info & rewards
Native assets & policies
Stake pool info
Scripts & datums
Epoch info
Metadata search
Capacity & Limits
Number of concurrent tokens 1 3 10
Rate limit per token (requests/sec) 10 20 40
Burst budget 50 150 500
Page size of results 20 200 2,000
Operations & Support
Query statistics view
API monitoring view
Email support
Priority support 24×7
SLA
SLI monitoring view
SLI monitoring integration

Rate Limiting

Rate limiting is enforced per API token.

Tier Access tokens Rate limit Burst capacity Full burst restored
Developer 1 token 10 req/s 50 5s
Team 3 tokens 20 req/s 150 7.5s
Enterprise 10 tokens 40 req/s 500 12.5s

Example Request

curlREST API
# List staking rewards for a stake address
curl "https://api.blockchain-applied.com/api_ada/v1/list_staking_rewards/stake1uy...knqj9?pagesize=10&after=2025-11-10" \
-H "Authorization: Bearer bca_abcdefgh1234567890"
response.jsonJSON
{
  "data": [
    {
      "blocktime": "2025-11-12 13:02:01",
      "epoch_no": 594,
      "reward": 0.0,
      "withdrawal": 0.479301
    },
    {
      "blocktime": "2025-11-15 21:44:54",
      "epoch_no": 595,
      "reward": 0.045546,
      "withdrawal": 0.0
    },
    {
      "blocktime": "2025-12-05 21:44:52",
      "epoch_no": 599,
      "reward": 0.013232,
      "withdrawal": 0.0
    }
    // ... 7 more entries
  ],
  "page": 1,
  "page_size": 10,
  "total_count": 31,
  "total_pages": 4,
  "has_next": true
}

Built For

AI Agents

Connect Claude, GPT, or custom agents via MCP server for autonomous Cardano data retrieval

Report Generation

Use AI templates to generate staking reports, address summaries, and pool analytics automatically

DApp Backends

Power wallet UIs, explorers, and portfolio trackers with paginated REST endpoints

Staking & Tax

Query reward history, delegation events, and withdrawals for reconciliation and tax filing

Data Pipelines

Ingest Cardano data into your own systems via scheduled API calls with pagination

Research & Analytics

Explore address flows, token movements, metadata, and governance actions programmatically

Related BCA Products

Product Description
Cardano on BigQuery Full Cardano db-sync dataset in Google BigQuery — hourly updates, epoch back-validation
Bitcoin REST API AI-ready HTTP endpoints for Bitcoin blockchain data (coming soon)

Ready to connect?

Start a free 5-day trial — full API and MCP access, no payment to start. Your token is ready in minutes.

Start free trial →