mirrored listing x402 eip155:8453

Signed plug-in solar legality record for one US state

Signed plug-in solar legality record for one US state. Free preview: GET /solar-legality/preview

Do you run solar.nsgoods.org? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
5000 (raw units)
price
6
calls / 30d
5
unique payers
2026-09-17
updated

Provider

solar.nsgoods.org · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xc87a06DEE4c0E85912296002617120BBfd5EF990",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "state": "california"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "legal_status": "legal_signed",
          "license": {
            "name": "CC BY 4.0"
          },
          "query": "colorado",
          "record": {
            "avg_rate_cents": 15,
            "legislation": {
              "bill": "HB26-1007",
              "max_watts": 1920
            },
            "main_utilities": [
              "Xcel Energy"
            ],
            "slug": "colorado",
            "state": "Colorado",
            "status_badge_verbatim": "Legal — signed (eff. Jan 1, 2027)"
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "state": {
                  "description": "US state slug or name, e.g. california.",
                  "type": "string"
                }
              },
              "required": [
                "state"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "legal_status": {
                  "type": "string"
                },
                "license": {
                  "type": "object"
                },
                "query": {
                  "type": "string"
                },
                "record": {
                  "type": "object"
                }
              },
              "required": [
                "query",
                "record",
                "legal_status"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://solar.nsgoods.org/solar-legality"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://solar.nsgoods.org/solar-legality");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://solar.nsgoods.org/solar-legality")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5987.json, and this resource appears in /discovery/resources and /discovery/search.