[Polymarket] Issues with configuring wallet after following Nautilus docs #4074
Replies: 3 comments 2 replies
-
|
Thanks for the report. Looking at this, there isn't enough information to determine for sure if there's an issue with your config or the code. What’s clear:
Could you please provide:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @cjdsellers and thanks as always for your support. After your suggestion I went to look into the Polymarket’s CLOB client repo, and scrolling through the issues it looks like many other users are experiencing similar issues (probably those who recently registered on the platform like I did). So I tried to place an order using the script provided by the client (on the repo's front page) and the the only way it went through successfully was when I used signature_type=3 with the deposit wallet address (the 'deposit wallet flow'). Here are the rejection reasons for all the combinations I tried:
Hope this will somehow help with finding a workaround to make Nautilus work with Polymarket until the issue is fixed on their part. Let me know if I can provide any other info that might help and thanks again. |
Beta Was this translation helpful? Give feedback.
-
|
I've been able to replicate the response with signature type 0 with the same response A few observations:
If this is a matter of adding support for this new wallet type, I can take a stab at it, since it's also blocking for me. I don't know what's involved yet, my hope is that updating the enums in rust and python, adding some guards, + updating |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm having a hard time getting my Nautilus and wallet setup to work with Polymarket.
I successfully completed all the steps in the Nautilus docs here using my MetaMask wallet, including getting API keys and set allowances (even though I had to change the RPC URL in this script because it gave me authorization issues, while this RPC URL worked perfectly).
After trying to place two orders (both with POL in MetaMask and pUSD in Polymarket), I first received these warnings from the risk engine:
Then, I decided to test the same while bypassing the risk engine. The orders were rejected by Polymarket with the reason:
I did the tests both with signature_type=1 and signature_type=2 with the same results (I'm not considering signature_type=0 because I want to avoid gas fees).
I also tried to replace the POLYMARKET_API_KEY variable with a Relayer API key from Polymarket but that fails on connection.
Thanks a lot in advance to anyone who'll help!
Beta Was this translation helpful? Give feedback.
All reactions