Chia JSON-RPC API

Local JSON-RPC servers exposed by the Chia reference client for the full node, wallet, farmer, harvester, DataLayer, DID, NFT, offers, DAO, VC and simulator services. All calls are POST JSON over HTTPS (or WebSocket via the daemon) secured with mutual TLS; responses carry a boolean `success` field.

API entry from apis.yml

apis.yml Raw ↑
name: Chia JSON-RPC API
description: Local JSON-RPC servers exposed by the Chia reference client for the full node, wallet, farmer,
  harvester, DataLayer, DID, NFT, offers, DAO, VC and simulator services. All calls are POST JSON over
  HTTPS (or WebSocket via the daemon) secured with mutual TLS; responses carry a boolean `success` field.
humanURL: https://docs.chia.net/rpc/
baseURL: https://localhost:8555/
tags:
- Blockchain
- JSON-RPC
properties:
- type: Documentation
  url: https://docs.chia.net/rpc/
- type: APIReference
  url: https://docs.chia.net/reference-client/rpc-reference/full-node-rpc/
- type: Authentication
  url: authentication/chia-authentication.yml