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?
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?
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)
why type 2
why type 2
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"}
im still getting this error
im still getting this error
is the Rust SDK just broken
is the Rust SDK just broken
is the rust sdk broken
is the rust sdk broken
what error are you getting
what error are you getting
but the rust sdk and typescript sdk is broken
but the rust sdk and typescript sdk is broken
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?
this one
this one
new proposer, but i think he get a luck today anyway
new proposer, but i think he get a luck today anyway
i used email
i used email
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
same issue
same issue
<@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"}
```
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"}
```
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
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?