fillin_payment_challenge
Mint an EIP-191 signing challenge — MCP twin of POST /v1/payment/challenge.
No bearer required. Returns {nonce, message, expires_at,
signing_scheme: eip-191-personal-sign}. Sign `message`, then retry
fillin_query with headers X-Payer-Address, X-Payer-Nonce, X-Payer-Signature.
Probe and trial signup are fillin_probe / fillin_signup (PR #12).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | 0x-prefixed EVM address that will EIP-191 personal_sign the challenge. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||