聊天记录
共 147 条,显示第 101-147 条
One wallet run 4 coins for 15 min and one wallet run 4 coin for 5 min they handle saprate wallet each and they transfer each other balance when one is loosing and other is winning so they always stay balanced 😁
One wallet run 4 coins for 15 min and one wallet run 4 coin for 5 min they handle saprate wallet each and they transfer each other balance when one is loosing and other is winning so they always stay balanced 😁
my bot kinda work in pair it need 2 aacc at once to run
my bot kinda work in pair it need 2 aacc at once to run
I alreday have a bot that is doing good and not arbitrage it take one trade up or down somehow this works so i wanted to onboard my frinds with commision but damn this erorr making my life hell
I alreday have a bot that is doing good and not arbitrage it take one trade up or down somehow this works so i wanted to onboard my frinds with commision but damn this erorr making my life hell
Yah I will start doing this it's better to restart rather then just pass time working on messed up method
Yah I will start doing this it's better to restart rather then just pass time working on messed up method
Thanks bro how should I send you my good friend
Thanks bro how should I send you my good friend
Does it not the place where money should be
Does it not the place where money should be
The place where I am sending money is it wrong? I just sent money on polymarket
The place where I am sending money is it wrong? I just sent money on polymarket
How do I find it
How do I find it
I am confused in this part can you explain this step
I am confused in this part can you explain this step
maker address not allowed, please use the deposit wallet flow
maker address not allowed, please use the deposit wallet flow
And 3 say use deposit flow and what the hell is deposit wallet
And 3 say use deposit flow and what the hell is deposit wallet
0 get fully blocked and tell does not match with api or something
0 get fully blocked and tell does not match with api or something
One thing i found by now I need sig 2 type that will work right now only I am able to get is 0 or 3
One thing i found by now I need sig 2 type that will work right now only I am able to get is 0 or 3
Any solution to this perticular one
Any solution to this perticular one
It's faild miserably the deposit flow error
It's faild miserably the deposit flow error
Hi, I'm getting this error when trying to post an order via py_clob_client_v2:
Error:
PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]
Setup:
- signature_type=2
- FUNDER = same address as derived from private key (get_address() confirmed match)
- Wallet has USDC balance on Polygon (verified on polygonscan)
- API key was generated via client.create_or_derive_api_key() (not from dashboard)
- Approve and Delegate transactions are visible on-chain for this address
Code snippet:
client = ClobClient(
host="https://clob.polymarket.com",
chain_id=137,
key=PRIVATE_KEY,
funder=FUNDER, # same as get_address() result
signature_type=2,
creds=creds
)
order_args = OrderArgs(
price=0.99,
size=1.0,
side=BUY,
token_id=TOKEN_ID,
)
signed = client.create_order(order_args)
resp = client.post_order(signed) # <-- error here
Questions:
1. Does the wallet need to be activated via polymarket.com UI first before API trading works?
2. Is there an on-chain registration step missing that the SDK should handle?
3. What exactly is "deposit wallet flow" and how to trigger it programmatically?
Thanks
Hi, I'm getting this error when trying to post an order via py_clob_client_v2:
Error:
PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]
Setup:
- signature_type=2
- FUNDER = same address as derived from private key (get_address() confirmed match)
- Wallet has USDC balance on Polygon (verified on polygonscan)
- API key was generated via client.create_or_derive_api_key() (not from dashboard)
- Approve and Delegate transactions are visible on-chain for this address
Code snippet:
client = ClobClient(
host="https://clob.polymarket.com",
chain_id=137,
key=PRIVATE_KEY,
funder=FUNDER, # same as get_address() result
signature_type=2,
creds=creds
)
order_args = OrderArgs(
price=0.99,
size=1.0,
side=BUY,
token_id=TOKEN_ID,
)
signed = client.create_order(order_args)
resp = client.post_order(signed) # <-- error here
Questions:
1. Does the wallet need to be activated via polymarket.com UI first before API trading works?
2. Is there an on-chain registration step missing that the SDK should handle?
3. What exactly is "deposit wallet flow" and how to trigger it programmatically?
Thanks
Nop every single combination is kind of blocked it's not letting me create sig 2 we can only create 0 or 3 and 0 is fully blocked 3 ask for deposit address so the only way to solve it is find a way to get sig 2 if I get I will tag you please the same
Nop every single combination is kind of blocked it's not letting me create sig 2 we can only create 0 or 3 and 0 is fully blocked 3 ask for deposit address so the only way to solve it is find a way to get sig 2 if I get I will tag you please the same
as for my old bots that use old wallets and old polymarket acc they work propperly no issue
but all the new wallets that have created new polymarket account does not work
as for my old bots that use old wallets and old polymarket acc they work propperly no issue
but all the new wallets that have created new polymarket account does not work
its like nothing is working clob backend is litrally blocking everything
its like nothing is working clob backend is litrally blocking everything
pleae bro
pleae bro
not alone
not alone
.
.
Bro, I did every possible thing with this.
Bro, I did every possible thing with this.
i used it sir and it does not work
i used it sir and it does not work
and sig 0 litrally get rejected no matter what and thhats the only one where we can derive clob aip.
and sig 0 litrally get rejected no matter what and thhats the only one where we can derive clob aip.
every time its says the creds are wrong
every time its says the creds are wrong
its always some api issue or deposit wallet releted problems
its always some api issue or deposit wallet releted problems
<@&1485393752645173399> Sir, we can't derive the CLOB API right now. Is it same for everyone using new accounts or the issue is on my side
<@&1485393752645173399> Sir, we can't derive the CLOB API right now. Is it same for everyone using new accounts or the issue is on my side
cant dervie clob api from the eoa priivet key and funder
cant dervie clob api from the eoa priivet key and funder
i just switched to my metamask wallet address now its acutally showing my blaance but still the order placing errorr its diffrent then before
[py_clob_client_v2] request error status=400 url=https://clob.polymarket.com/order body={"error":"maker address not allowed, please use the deposit wallet flow"}
[FAIL] [ORDER] Exception placing order: PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]
[BUY] Result: {'success': False, 'reason': 'exception', 'error_msg': "PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]"}
[FAIL] BUY FAILED. Reason: exception | Error: PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]
Stopping test. No SELL will be attempted.
i just switched to my metamask wallet address now its acutally showing my blaance but still the order placing errorr its diffrent then before
[py_clob_client_v2] request error status=400 url=https://clob.polymarket.com/order body={"error":"maker address not allowed, please use the deposit wallet flow"}
[FAIL] [ORDER] Exception placing order: PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]
[BUY] Result: {'success': False, 'reason': 'exception', 'error_msg': "PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]"}
[FAIL] BUY FAILED. Reason: exception | Error: PolyApiException[status_code=400, error_message={'error': 'maker address not allowed, please use the deposit wallet flow'}]
Stopping test. No SELL will be attempted.
just for confirmation
there are my metmask privet key -
then metmas wallet address
from that i created polymarket acc
then i get proxy address in the profile
so which are we talking
i mean the api key is bond to eoa right
just for confirmation
there are my metmask privet key -
then metmas wallet address
from that i created polymarket acc
then i get proxy address in the profile
so which are we talking
i mean the api key is bond to eoa right
but i made sure to trade few times before working on bot for this issue
but i made sure to trade few times before working on bot for this issue
it was showing my allowence is 0 too
it was showing my allowence is 0 too
mine was type 0
mine was type 0
same i also tride
same i also tride
its causing me trouble running the same thing with new wallet
its causing me trouble running the same thing with new wallet
is it the time when we craeted the acc on polymarket cause my old bot work perfectly with old infra
is it the time when we craeted the acc on polymarket cause my old bot work perfectly with old infra
my wallets are 1 year old but same issue
my wallets are 1 year old but same issue
this wallet and my metamask privet key something i am missing ?
this wallet and my metamask privet key something i am missing ?
do you know about it ?
do you know about it ?
perticulerly this eror
[py_clob_client_v2] request error status=400 url=https://clob.polymarket.com/order body={"error":"the order signer address has to be the address of the API KEY"}
[FAIL] [ORDER] Exception placing order: PolyApiException[status_code=400, error_message={'error': 'the order signer address has to be the address of the API KEY'}]
[BUY] Result: {'success': False, 'reason': 'exception', 'error_msg': "PolyApiException[status_code=400, error_message={'error': 'the order signer address has to be the address of the API KEY'}]"}
[FAIL] BUY FAILED. Reason: exception | Error: PolyApiException[status_code=400, error_message={'error': 'the order signer address has to be the address of the API KEY'}]
Stopping test. No SELL will be attempted.
PS C:\Users\pc\Desktop\customer\sahzad>
perticulerly this eror
[py_clob_client_v2] request error status=400 url=https://clob.polymarket.com/order body={"error":"the order signer address has to be the address of the API KEY"}
[FAIL] [ORDER] Exception placing order: PolyApiException[status_code=400, error_message={'error': 'the order signer address has to be the address of the API KEY'}]
[BUY] Result: {'success': False, 'reason': 'exception', 'error_msg': "PolyApiException[status_code=400, error_message={'error': 'the order signer address has to be the address of the API KEY'}]"}
[FAIL] BUY FAILED. Reason: exception | Error: PolyApiException[status_code=400, error_message={'error': 'the order signer address has to be the address of the API KEY'}]
Stopping test. No SELL will be attempted.
PS C:\Users\pc\Desktop\customer\sahzad>
hey if you can help my current issue is my privet key does not match with the proxy addy poly give us
hey if you can help my current issue is my privet key does not match with the proxy addy poly give us
i dont konw who you are bro but thank you in this channel there are less helpfull ppl here
i dont konw who you are bro but thank you in this channel there are less helpfull ppl here
Hey everyone. Struggling to authenticate a newly created MetaMask account (Gnosis Safe proxy) using the Python py_clob_client_v2.
Here is the issue:
If I use signature_type=2: The SDK derives the old EIP-1167 proxy address (which is wrong) and fails.
If I use signature_type=3 + funder=UI_PROXY_ADDRESS (as suggested for Safes): create_or_derive_api_creds() ends up resolving to entirely different addresses and fails Maker/Signer validation on the backend.
My setup:
key: Exported EOA Private Key from MetaMask
funder: The proxy address shown in the Polymarket UI Profile
Question: Does anyone have the exact working Python snippet to derive CLOB API keys and post orders for the new Gnosis Safe accounts? Are we supposed to pass the Relayer API Signer somewhere instead of the MetaMask PK?
Hey everyone. Struggling to authenticate a newly created MetaMask account (Gnosis Safe proxy) using the Python py_clob_client_v2.
Here is the issue:
If I use signature_type=2: The SDK derives the old EIP-1167 proxy address (which is wrong) and fails.
If I use signature_type=3 + funder=UI_PROXY_ADDRESS (as suggested for Safes): create_or_derive_api_creds() ends up resolving to entirely different addresses and fails Maker/Signer validation on the backend.
My setup:
key: Exported EOA Private Key from MetaMask
funder: The proxy address shown in the Polymarket UI Profile
Question: Does anyone have the exact working Python snippet to derive CLOB API keys and post orders for the new Gnosis Safe accounts? Are we supposed to pass the Relayer API Signer somewhere instead of the MetaMask PK?
Damn, I literally had an idea. i can't find a good provider
Damn, I literally had an idea. i can't find a good provider
Guys, 2 questions. Please answer if you know; please don't ignore.
I need a VPS. What is the best site that gives cheap VPS with crypto payment.
2nd I need a vps country location where polymarket is supported plus Binance API is also supported.
Optional – I need to run a normal bot. What specs should I look for?
my old service that I used, they just closed there company just now, so i need help, please. and fast
Guys, 2 questions. Please answer if you know; please don't ignore.
I need a VPS. What is the best site that gives cheap VPS with crypto payment.
2nd I need a vps country location where polymarket is supported plus Binance API is also supported.
Optional – I need to run a normal bot. What specs should I look for?
my old service that I used, they just closed there company just now, so i need help, please. and fast
Guys, 2 questions. Please answer if you know; please don't ignore.
- I need a VPS. What is the best site that gives cheap VPS with crypto payment.
- 2nd I need a vps country location where polymarket is supported plus Binance API is also supported.
Optional – I need to run a normal bot. What specs should I look for?
my old service that I used, they just closed there company just now, so i need help, please. and fast
Guys, 2 questions. Please answer if you know; please don't ignore.
- I need a VPS. What is the best site that gives cheap VPS with crypto payment.
- 2nd I need a vps country location where polymarket is supported plus Binance API is also supported.
Optional – I need to run a normal bot. What specs should I look for?
my old service that I used, they just closed there company just now, so i need help, please. and fast