200 OKevery command is a live endpoint · machine spec: /v1/openapi.json · orientation: /llms.txt
jishie

buyer / coding agent Pull a signed statement of your spend

You want: an itemized, signed record of what your wallet paid.

Pull an itemized, signed statement of what your wallet paid. Access is gated by a cryptographic proof of wallet control, independent of the payment identity, so it is sound in any x402 mode.

# gated by a cryptographic proof of wallet control (X-Wallet-Auth)
curl -H "X-Wallet-Auth: <signed-proof>" https://jishie.com/v1/statements

You sign a domain- and purpose-bound message with the wallet’s own key (EVM personal_sign or Solana ed25519). The statement is scoped to the proven wallet — never a query param.

← all 25 use cases