store_pm_credential
Store a prediction-market venue credential (verified live against the venue, sealed at rest, material never returned). Polymarket, either shape: signer_private_key + maker (derives API creds), or api_key + secret + passphrase + maker + signer. Auth required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | optional display label | |
| maker | No | Polymarket: funder (maker) address | |
| venue | No | prediction-market venue (default polymarket) | polymarket |
| secret | No | Polymarket: CLOB API secret (explicit-creds shape) | |
| signer | No | Polymarket: signer address (explicit-creds shape) | |
| api_key | No | Polymarket: CLOB API key (explicit-creds shape) | |
| passphrase | No | Polymarket: CLOB API passphrase (explicit-creds shape) | |
| signature_type | No | Polymarket: 0 EOA, 1 Magic/email, 2 browser proxy (default 1) | |
| signer_private_key | No | Polymarket: signer EOA private key, 0x… |