聊天记录
共 7 条,显示第 1-7 条
I had it set up exactly like that (EOA key, funder = my profile address). But my funder is a deposit wallet, not a standard proxy — on-chain it's NOT getProxyWalletAddress(myEOA) or getSafeWalletAddress(myEOA), and it needs signature_type 3 (POLY_1271).
With sig type 1/2 the exchange rejects it (funder ≠ derived proxy/safe). With sig type 3 the order signer is the deposit wallet, but the SDK binds the API key to my EOA, so I get order signer address has to be the address of the API KEY and create_api_key → 400.
I would appreciate any help
I had it set up exactly like that (EOA key, funder = my profile address). But my funder is a deposit wallet, not a standard proxy — on-chain it's NOT getProxyWalletAddress(myEOA) or getSafeWalletAddress(myEOA), and it needs signature_type 3 (POLY_1271).
With sig type 1/2 the exchange rejects it (funder ≠ derived proxy/safe). With sig type 3 the order signer is the deposit wallet, but the SDK binds the API key to my EOA, so I get order signer address has to be the address of the API KEY and create_api_key → 400.
I would appreciate any help
i just get this error all the time: [py_clob_client_v2] request error status=400 url=https://clob.polymarket.com/auth/api-key body={"error":"Could not create api key"}
i just get this error all the time: [py_clob_client_v2] request error status=400 url=https://clob.polymarket.com/auth/api-key body={"error":"Could not create api key"}
and sig type 3 is buggy because i cant get it to work
and sig type 3 is buggy because i cant get it to work
So if i have a new account i am sig 3 right?
So if i have a new account i am sig 3 right?
Somebody can help out?
Somebody can help out?
there might be a issue right?
there might be a issue right?
CLOB V2: how do I place API orders from a deposit wallet (POLY_1271 / sig type 3)?
My pUSD sits in a deposit wallet (standard website signup), but the SDKs bind the API key to my EOA while the order signer is the deposit wallet, so every order is rejected with the order signer address has to be the address of the API KEY (and create_api_key → 400). Checked py-clob-client-v2 1.0.1 and polymarket_client_sdk_v2 0.6.0-canary.1 — neither threads funder/signature_type into L1 auth (matches issues #53/#70/#75/#77).
Is there any working way to trade from a deposit wallet via API today (which SDK/version + flow), or is a fix still pending?
CLOB V2: how do I place API orders from a deposit wallet (POLY_1271 / sig type 3)?
My pUSD sits in a deposit wallet (standard website signup), but the SDKs bind the API key to my EOA while the order signer is the deposit wallet, so every order is rejected with the order signer address has to be the address of the API KEY (and create_api_key → 400). Checked py-clob-client-v2 1.0.1 and polymarket_client_sdk_v2 0.6.0-canary.1 — neither threads funder/signature_type into L1 auth (matches issues #53/#70/#75/#77).
Is there any working way to trade from a deposit wallet via API today (which SDK/version + flow), or is a fix still pending?