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.
Related use cases
Buy a metered trust plan with no accountto run many trust checks without paying per call each time.Declare what you want to buy with demand.json
to post a standing buy-side declaration so sellers come to you.Pay per call with x402 from your own wallet
to settle a paid call machine-to-machine, no account.