秋田预测市场 · Discord 审计

新存款钱包在 CLOB API 下单时签名不匹配

2026-06-11 · Polymarket · 488 条相关讨论

FinCheR 2026-06-10 23:46:23

When the market WebSocket sends a new_market event for a token, I try to place an order immediately, but I get an “invalid token ID” error. The exact same request works a few moments later. So it looks like new_market is no longer a reliable signal that order placement is open. Does anyone know what signal we should be waiting for instead?

When the market WebSocket sends a new_market event for a token, I try to place an order immediately, but I get an “invalid token ID” error. The exact same request works a few moments later. So it looks like new_market is no longer a reliable signal that order placement is open. Does anyone know what signal we should be waiting for instead?

ntb_0 2026-06-11 01:06:37

does anyone know how to fix the rust SDK invalid matching wallet error?

does anyone know how to fix the rust SDK invalid matching wallet error?

A 2026-06-11 01:15:25

use, signature type 2, signer address from the polymarket profiler view (Settings > Profile > Address)

use, signature type 2, signer address from the polymarket profiler view (Settings > Profile > Address)

ntb_0 2026-06-11 01:17:50

why type 2

why type 2

ntb_0 2026-06-11 01:27:13

Caused by: 0: Status: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"} 1: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"}

Caused by: 0: Status: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"} 1: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"}

ntb_0 2026-06-11 01:27:18

im still getting this error

im still getting this error

ntb_0 2026-06-11 01:27:23

is the Rust SDK just broken

is the Rust SDK just broken

ntb_0 2026-06-11 01:30:31

is the rust sdk broken

is the rust sdk broken

ntb_0 2026-06-11 01:30:47

what error are you getting

what error are you getting

ntb_0 2026-06-11 01:32:27

but the rust sdk and typescript sdk is broken

but the rust sdk and typescript sdk is broken

A 2026-06-11 01:38:17

https://github.com/Polymarket/rs-clob-client-v2 Are you using this sdk or the old one?

https://github.com/Polymarket/rs-clob-client-v2 Are you using this sdk or the old one?

ntb_0 2026-06-11 01:38:34

this one

this one

who 2026-06-11 01:40:20

new proposer, but i think he get a luck today anyway

new proposer, but i think he get a luck today anyway

ntb_0 2026-06-11 01:40:22

i used email

i used email

A 2026-06-11 01:42:29

Can you try with signature type 1 or SignatureType::Proxy and check if that works

Can you try with signature type 1 or SignatureType::Proxy and check if that works

ntb_0 2026-06-11 01:48:20

same issue

same issue

ntb_0 2026-06-11 01:51:30

<@487198194367856640> ```Error: failed to post Polymarket order Caused by: 0: Status: error(400 Bad Request) making POST call to /order with {"error":"maker address not allowed, please use the deposit wallet flow"} 1: error(400 Bad Request) making POST call to /order with {"error":"maker address not allowed, please use the deposit wallet flow"} ```

<@487198194367856640> ```Error: failed to post Polymarket order Caused by: 0: Status: error(400 Bad Request) making POST call to /order with {"error":"maker address not allowed, please use the deposit wallet flow"} 1: error(400 Bad Request) making POST call to /order with {"error":"maker address not allowed, please use the deposit wallet flow"} ```

ntb_0 2026-06-11 01:53:53

that gets me back to that error though: ```Caused by: 0: Status: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"} 1: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"} ```

that gets me back to that error though: ```Caused by: 0: Status: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"} 1: error(400 Bad Request) making POST call to /order with {"error":"the order signer address has to be the address of the API KEY"} ```

ntb_0 2026-06-11 01:58:31

GnosisSafe / type 2: auth works order fails: maker address not allowed Poly1271 / type 3: auth maybe works order fails: signer address has to be API key address

GnosisSafe / type 2: auth works order fails: maker address not allowed Poly1271 / type 3: auth maybe works order fails: signer address has to be API key address

JDawgz 2026-06-11 03:42:17

Following up — tried all signatureType 0/1/2/3 combos. sig0/1/2 give “maker address not allowed”, sig3 gives “order signer address has to be address of the API KEY”. My deposit wallet is 0xd8C58c7B. EOA is 0x085754. API key derived from EOA. What exact steps whitelist the deposit wallet for API access? Is there a registration endpoint or UI step beyond depositing and making a manual trade?

Following up — tried all signatureType 0/1/2/3 combos. sig0/1/2 give “maker address not allowed”, sig3 gives “order signer address has to be address of the API KEY”. My deposit wallet is 0xd8C58c7B. EOA is 0x085754. API key derived from EOA. What exact steps whitelist the deposit wallet for API access? Is there a registration endpoint or UI step beyond depositing and making a manual trade?