ToolAssay

Signed Solana settlement verification (did tx credit amount of mint to payee)

Signed Solana settlement verification (did tx credit amount of mint to payee). Free preview: GET /settle/preview

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402.nsgoods.org/settle

CategoryMarket data
Provider hostx402.nsgoods.org
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 4 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "amount": "415803",
    "mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "payee": "8SfS2XEedD595GqpNGjgYpRhSAUidThXQHznExpbDwEX",
    "tx": "5ygvXjuYao3MtHQkWzBvgXxjg9vWAoG6rMM6qVjPDLym1Qi3MtaGaWBS2hpMCp56TW7yUpP7pqaimBb6LiLTiiGu"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "amount": {
              "description": "Expected atomic units of the mint credited to payee.",
              "type": "string"
            },
            "mint": {
              "description": "SPL mint (default USDC EPjFWdd5...).",
              "type": "string"
            },
            "payee": {
              "description": "Solana address expected to be credited.",
              "type": "string"
            },
            "payer": {
              "description": "Optional: address expected to be a signer.",
              "type": "string"
            },
            "tx": {
              "description": "Solana transaction signature (base58).",
              "type": "string"
            }
          },
          "required": [
            "tx",
            "payee",
            "amount"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "chain": {
              "type": "string"
            },
            "commitment": {
              "type": [
                "string",
                "null"
              ]
            },
            "schema_version": {
              "type": "string"
            },
            "signature": {
              "type": "string"
            },
            "signer": {
              "type": "string"
            },
            "slot": {
              "type": [
                "integer",
                "null"
              ]
            },
            "verdict": {
              "enum": [
                "VERIFIED",
                "REFUTED",
                "UNCONFIRMED",
                "NOT_FOUND",
                "not_evaluated"
              ],
              "type": "string"
            }
          },
          "required": [
            "schema_version",
            "verdict",
            "chain",
            "signer",
            "signature"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON