diff --git a/docs/redoc/crawler.html b/docs/redoc/crawler.html index 299330e..9476d81 100644 --- a/docs/redoc/crawler.html +++ b/docs/redoc/crawler.html @@ -2200,7 +2200,7 @@ 55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864 -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688, -104.0616 -231.873,-231.248 z - " fill="currentColor">

Chia RPC (1.7.1)

Download OpenAPI specification:Download

The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in ~/.chia/mainnet/config/config.yaml. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication using mutualTLS. + " fill="currentColor">

Chia RPC (1.8.0)

Download OpenAPI specification:Download

The Chia node and services come with a JSON RPC API server that allows you to access information and control the services. These are accessible via HTTPS, WebSockets, or via client SDKs. The ports can be configured in ~/.chia/mainnet/config/config.yaml. The RPC ports should not be exposed to the internet. TLS certificates are used to secure the communication using mutualTLS. The crawler uses port 8561 by default.

Shared

Methods shared by all services.

Stop the node.

Stop the node.

@@ -2241,7 +2241,7 @@

Request samples

Content type
application/json
{
  • "after": 0,
  • "offset": 0,
  • "limit": 10000
}

Response samples

Content type
application/json
{
  • "ips": [
    ],
  • "total": 0,
  • "success": true,
  • "error": "string"
}
+
+ + + + + + +

Responses

+

Status: 200 - OK

+ + + +
+
+
+ +
+ +
+
+ + +
diff --git a/docs/static/farmer.html b/docs/static/farmer.html index 8dc6826..dc060f8 100644 --- a/docs/static/farmer.html +++ b/docs/static/farmer.html @@ -1450,7 +1450,7 @@

Chia RPC