Zcash website screenshot

Zcash

Zcash is a privacy-preserving cryptocurrency that uses zero-knowledge proofs (zk-SNARKs) to enable shielded transactions. It provides JSON-RPC APIs via zcashd and zebrad for wallet operations, shielded transaction management, blockchain data access, and network interaction.

Zcash publishes 1 API on the APIs.io network: JSON-RPC API (zcashd). Tagged areas include Cryptocurrency, Privacy, Blockchain, Zero-Knowledge Proofs, and Shielded Transactions.

31.1/100 thin ▬ flat Agent 16/100 agent aware self hosted · MIT Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFree
4 APIs
CryptocurrencyPrivacyBlockchainZero-Knowledge ProofsShielded TransactionsZEC

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
The six quality facets above are damped to 90 points between them, because the conditional facet above carries the other 10. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 90% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/zcash: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Zcash JSON-RPC API (zcashd)

The primary JSON-RPC interface exposed by zcashd, the original Zcash full node. Backwards compatible with Bitcoin Core 0.11.2 with Zcash-specific extensions for shielded address...

Zcash Payment API (z_ methods)

The Zcash-specific extension to the JSON-RPC interface that enables shielded (private) transaction operations using zero-knowledge proofs. Includes methods for managing shielded...

Lightwalletd gRPC API

A bandwidth-efficient gRPC service that provides a compact block streaming interface to the Zcash blockchain, enabling lightweight mobile and web wallet clients to sync shielded...

Zebra JSON-RPC API

The JSON-RPC API provided by zebrad, the Zcash Foundation's independent Zcash full node implementation written in Rust. Designed to be a drop-in replacement for zcashd's RPC int...

Pricing Plans 1

Published pricing tiers and plan structures.

Plans

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Finops

FINOPS

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Zcash Domain Security

TLSv1.3 · HSTS

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Source (apis.yml)

apis.yml Raw ↑
name: Zcash
description: Zcash is a privacy-preserving cryptocurrency that uses zero-knowledge proofs (zk-SNARKs) to enable shielded transactions.
  It provides JSON-RPC APIs via zcashd and zebrad for wallet operations, shielded transaction management, blockchain data
  access, and network interaction.
deliveryModel:
  model: self-hosted
  license: MIT
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: free
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Free
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://z.cash/wp-content/uploads/2022/01/zcash-icon-gold.png
tags:
- Cryptocurrency
- Privacy
- Blockchain
- Zero-Knowledge Proofs
- Shielded Transactions
- ZEC
url: https://z.cash/
baseURL: http://127.0.0.1:8232/
humanURL: https://z.cash/
externalDocs:
- url: https://zcash.readthedocs.io/
  description: Zcash Documentation
- url: https://zcash.github.io/rpc/
  description: Zcash RPC Reference
contact:
- FN: Zcash Ecosystem Support
  email: ecosystem@z.cash
  url: https://z.cash/community-hub/
specificationVersion: '0.23'
modified: '2026-06-14'
apis:
- name: Zcash JSON-RPC API (zcashd)
  description: The primary JSON-RPC interface exposed by zcashd, the original Zcash full node. Backwards compatible with Bitcoin
    Core 0.11.2 with Zcash-specific extensions for shielded address management and private transactions. Accessible at localhost
    port 8232 with RPC authentication.
  humanURL: https://zcash.readthedocs.io/en/latest/rtd_pages/zig.html
  baseURL: http://127.0.0.1:8232/
  tags:
  - JSON-RPC
  - Blockchain
  - Wallets
  - Transaction
  tags_raw:
  - JSON-RPC
  - Blockchain
  - Wallet
  - Transactions
  properties:
  - type: Documentation
    url: https://zcash.readthedocs.io/en/latest/rtd_pages/zig.html
  - type: ReferenceDocumentation
    url: https://zcash.github.io/rpc/
  - type: OpenAPI
    url: https://raw.githubusercontent.com/zcash/zcash/master/doc/man/zcash-cli.1
  contact:
  - FN: Zcash Integration Support
    email: ecosystem@z.cash
  operations:
  - label: Blockchain Methods
    maturity: stable
    methods:
    - getbestblockhash
    - getblock
    - getblockchaininfo
    - getblockcount
    - getblockhash
    - getblockheader
    - getchaintips
    - getdifficulty
    - getmempoolinfo
    - getrawmempool
    - gettxout
    - gettxoutsetinfo
    - verifychain
  - label: Wallet Methods
    maturity: stable
    methods:
    - getbalance
    - getnewaddress
    - getreceivedbyaddress
    - gettransaction
    - listaccounts
    - listaddressgroupings
    - listreceivedbyaddress
    - listtransactions
    - listunspent
    - sendmany
    - sendtoaddress
    - settxfee
  - label: Raw Transaction Methods
    maturity: stable
    methods:
    - createrawtransaction
    - decoderawtransaction
    - decodescript
    - fundrawtransaction
    - getrawtransaction
    - sendrawtransaction
    - signrawtransaction
  - label: Network Methods
    maturity: stable
    methods:
    - addnode
    - getaddednodeinfo
    - getconnectioncount
    - getnettotals
    - getnetworkinfo
    - getpeerinfo
    - ping
  - label: Mining Methods
    maturity: stable
    methods:
    - getblocksubsidy
    - getblocktemplate
    - getlocalsolps
    - getmininginfo
    - getnetworksolps
    - submitblock
  - label: Control Methods
    maturity: stable
    methods:
    - getinfo
    - getmemoryinfo
    - help
    - stop
- name: Zcash Payment API (z_ methods)
  description: The Zcash-specific extension to the JSON-RPC interface that enables shielded (private) transaction operations
    using zero-knowledge proofs. Includes methods for managing shielded addresses (z-addrs), sending private transactions
    with encrypted memos, and key management for the Sapling and Orchard shielded pools.
  humanURL: https://github.com/zcash/zcash/blob/master/doc/payment-api.md
  baseURL: http://127.0.0.1:8232/
  tags:
  - JSON-RPC
  - Shielded Transactions
  - Privacy
  - Zero-Knowledge Proofs
  - Sapling
  - Orchard
  properties:
  - type: Documentation
    url: https://github.com/zcash/zcash/blob/master/doc/payment-api.md
  - type: ReferenceDocumentation
    url: https://zcash.github.io/rpc/
  operations:
  - label: Shielded Address Management
    maturity: stable
    methods:
    - z_getnewaddress
    - z_listaddresses
    - z_validateaddress
  - label: Shielded Balances
    maturity: stable
    methods:
    - z_getbalance
    - z_gettotalbalance
  - label: Shielded Key Management
    maturity: stable
    methods:
    - z_exportkey
    - z_importkey
    - z_exportwallet
    - z_importwallet
    - z_exportviewingkey
    - z_importviewingkey
  - label: Shielded Payments
    maturity: stable
    methods:
    - z_sendmany
    - z_shieldcoinbase
    - z_listreceivedbyaddress
    - z_listunspent
  - label: Async Operations
    maturity: stable
    methods:
    - z_getoperationresult
    - z_getoperationstatus
    - z_listoperationids
- name: Lightwalletd gRPC API
  description: A bandwidth-efficient gRPC service that provides a compact block streaming interface to the Zcash blockchain,
    enabling lightweight mobile and web wallet clients to sync shielded transactions without downloading the full blockchain.
    Backed by either zcashd or zebrad full nodes. Implements the CompactTxStreamer service.
  humanURL: https://github.com/zcash/lightwalletd
  baseURL: https://mainnet.lightwalletd.com:9067/
  tags:
  - gRPC
  - Lightclient
  - Mobile
  - Compact Blocks
  - Streaming
  properties:
  - type: Documentation
    url: https://github.com/zcash/lightwalletd
  - type: GitHubRepository
    url: https://github.com/zcash/lightwalletd
  - type: ProtoFile
    url: https://github.com/zcash/lightwalletd/blob/master/walletrpc/compact_formats.proto
- name: Zebra JSON-RPC API
  description: The JSON-RPC API provided by zebrad, the Zcash Foundation's independent Zcash full node implementation written
    in Rust. Designed to be a drop-in replacement for zcashd's RPC interface as zcashd is deprecated. Supports the standard
    Zcash RPC method set and lightwalletd backends. Uses cookie-based authentication by default from v2.0.0.
  humanURL: https://zebra.zfnd.org/
  baseURL: http://127.0.0.1:8232/
  tags:
  - JSON-RPC
  - Zebra
  - Rust
  - Blockchain
  properties:
  - type: Documentation
    url: https://zebra.zfnd.org/
  - type: GitHubRepository
    url: https://github.com/ZcashFoundation/zebra
  - type: ReferenceDocumentation
    url: https://zebra.zfnd.org/user/lightwalletd.html
maintainers:
- FN: Electric Coin Company
  url: https://electriccoin.co/
  email: ecosystem@z.cash
- FN: Zcash Foundation
  url: https://zfnd.org/
sdks:
- label: Zcash Android SDK
  language: Kotlin
  url: https://github.com/zcash/zcash-android-wallet-sdk
- label: Zcash iOS SDK
  language: Swift
  url: https://github.com/zcash/ZcashLightClientKit
- label: Zcash Rust Libraries
  language: Rust
  url: https://github.com/zcash/librustzcash
links:
- rel: homepage
  href: https://z.cash/
- rel: documentation
  href: https://zcash.readthedocs.io/
- rel: rpc-reference
  href: https://zcash.github.io/rpc/
- rel: github
  href: https://github.com/zcash/zcash
- rel: payment-api
  href: https://github.com/zcash/zcash/blob/master/doc/payment-api.md
- rel: testnet
  href: https://zcash.readthedocs.io/en/latest/rtd_pages/testnet.html
- rel: community
  href: https://z.cash/community-hub/
- rel: blog
  href: https://electriccoin.co/blog/
- rel: status
  href: https://status.z.cash/
common:
- type: IssueTracker
  url: https://github.com/zcash/lightwalletd/issues
- type: Releases
  url: https://github.com/zcash/lightwalletd/releases
- type: CodeOfConduct
  url: https://github.com/zcash/lightwalletd/blob/master/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/zcash/lightwalletd/blob/master/CONTRIBUTING.md
- type: License
  name: MIT
  url: https://github.com/zcash/lightwalletd/blob/master/LICENSE
- type: DomainSecurity
  url: security/zcash-domain-security.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/zcash"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/zcash/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/zcash/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.