秋田预测市场 · Discord 审计

mau参与话题 1消息总数 9

该用户的聊天记录定位。

Reset

聊天记录

共 9 条,显示第 1-9 条
mau 2026-06-03 07:00:08 Polymarket

sorry bro

sorry bro

Getting "the order signer address has to be the address of the API KEY" when placing orders with signature_type=3. Setup: - funder (deposit wallet): 0xa43F755A2bd67beec038CA897EeDA8A73511449E - signer (EOA): 0x2Ff679034651D97aE2F6B8b0166efF33904aCb7f - getDeployed() = true - Relayer API key created Problem: create_or_derive_api_key() returns "Could not create api key" from server, falls back to existing key which is associated with the EOA not the deposit wallet. How do I get/create an API key that resolves to the deposit wallet 0xa43F... instead of the EOA 0x2Ff679...?

Getting "the order signer address has to be the address of the API KEY" when placing orders with signature_type=3. Setup: - funder (deposit wallet): 0xa43F755A2bd67beec038CA897EeDA8A73511449E - signer (EOA): 0x2Ff679034651D97aE2F6B8b0166efF33904aCb7f - getDeployed() = true - Relayer API key created Problem: create_or_derive_api_key() returns "Could not create api key" from server, falls back to existing key which is associated with the EOA not the deposit wallet. How do I get/create an API key that resolves to the deposit wallet 0xa43F... instead of the EOA 0x2Ff679...?

Following your instructions exactly: - Private key from Settings → Export PK ✓ - Funder = profile page address = 0xa43F755A2bd67beec038CA897EeDA8A73511449E ✓ - Signer = 0x2Ff679034651D97aE2F6B8b0166efF33904aCb7f ✓ - Relayer API key created ✓ - getDeployed() returns true ✓ Running exact Python code from your guide: client = ClobClient(key=PRIVATE_KEY, chain_id=137, signature_type=3, funder=DEPOSIT_WALLET) creds = client.create_or_derive_api_key() # Returns "Could not create api key" from server # Falls back to old creds associated with 0x2Ff679... not 0xa43F... Then create_and_post_order() fails with: "the order signer address has to be the address of the API KEY" The server cannot create a new API key for the deposit wallet 0xa43F... Is there a manual step needed to associate the API key with the deposit wallet?

Following your instructions exactly: - Private key from Settings → Export PK ✓ - Funder = profile page address = 0xa43F755A2bd67beec038CA897EeDA8A73511449E ✓ - Signer = 0x2Ff679034651D97aE2F6B8b0166efF33904aCb7f ✓ - Relayer API key created ✓ - getDeployed() returns true ✓ Running exact Python code from your guide: client = ClobClient(key=PRIVATE_KEY, chain_id=137, signature_type=3, funder=DEPOSIT_WALLET) creds = client.create_or_derive_api_key() # Returns "Could not create api key" from server # Falls back to old creds associated with 0x2Ff679... not 0xa43F... Then create_and_post_order() fails with: "the order signer address has to be the address of the API KEY" The server cannot create a new API key for the deposit wallet 0xa43F... Is there a manual step needed to associate the API key with the deposit wallet?

The issue: create_or_derive_api_key() returns the key for my EOA (0x2Ff679...) not for my deposit wallet (0xa43F...). With signature_type=3, the order signer = funder = 0xa43F... But the API key is associated with 0x2Ff679... Server error: "the order signer address has to be the address of the API KEY" create_api_key() returns: "Could not create api key" How do I create an API key that resolves to the deposit wallet 0xa43F... instead of the EOA 0x2Ff679...? Is there a relayer step needed first to deploy the wallet?

The issue: create_or_derive_api_key() returns the key for my EOA (0x2Ff679...) not for my deposit wallet (0xa43F...). With signature_type=3, the order signer = funder = 0xa43F... But the API key is associated with 0x2Ff679... Server error: "the order signer address has to be the address of the API KEY" create_api_key() returns: "Could not create api key" How do I create an API key that resolves to the deposit wallet 0xa43F... instead of the EOA 0x2Ff679...? Is there a relayer step needed first to deploy the wallet?

Hi, I'm trying to place orders via API with my deposit wallet but getting "maker address not allowed, please use the deposit wallet flow" My setup: - EOA/Signer: 0x2Ff679034651D97aE2F6B8b0166efF33904aCb7f (from Export PK) - Deposit wallet: 0xa43F755A2bd67beec038CA897EeDA8A73511449E (from profile page) - API key: associated with signer address (verified) - Using py-clob-client-v2 with signature_type=3, funder=deposit_wallet Error: "maker address not allowed, please use the deposit wallet flow" Also tried signature_type 0,1,2 — same error. Is the deposit wallet 0xa43F... fully deployed and initialized? How can I verify it's ready to trade via API?

Hi, I'm trying to place orders via API with my deposit wallet but getting "maker address not allowed, please use the deposit wallet flow" My setup: - EOA/Signer: 0x2Ff679034651D97aE2F6B8b0166efF33904aCb7f (from Export PK) - Deposit wallet: 0xa43F755A2bd67beec038CA897EeDA8A73511449E (from profile page) - API key: associated with signer address (verified) - Using py-clob-client-v2 with signature_type=3, funder=deposit_wallet Error: "maker address not allowed, please use the deposit wallet flow" Also tried signature_type 0,1,2 — same error. Is the deposit wallet 0xa43F... fully deployed and initialized? How can I verify it's ready to trade via API?

mau 2026-06-03 02:38:22 Polymarket

thats the error

thats the error

Platform: macOS, Python 3.11, py-clob-client-v2 1.0.x Wallet type: MetaMask (EOA) EOA address: 0x5295681E3f21f16e78007D3e0A8D1a2dDF05F0B2 Proxy/funder address: 0xa43F755A2bd67beec038CA897EeDA8A73511449E Error: status_code=400 'maker address not allowed, please use the deposit wallet flow' Tried all signature types (0, 1, 2, 3) with funder=proxy address. Also tried with TypeScript SDK (@polymarket/clob-client-v2) — same error. Account was created with Gmail/Magic on Polymarket.com. API credentials were extracted from localStorage poly_clob_api_key_map. The account has funds ($22.74) and trade history, but cannot place orders via API.

Platform: macOS, Python 3.11, py-clob-client-v2 1.0.x Wallet type: MetaMask (EOA) EOA address: 0x5295681E3f21f16e78007D3e0A8D1a2dDF05F0B2 Proxy/funder address: 0xa43F755A2bd67beec038CA897EeDA8A73511449E Error: status_code=400 'maker address not allowed, please use the deposit wallet flow' Tried all signature types (0, 1, 2, 3) with funder=proxy address. Also tried with TypeScript SDK (@polymarket/clob-client-v2) — same error. Account was created with Gmail/Magic on Polymarket.com. API credentials were extracted from localStorage poly_clob_api_key_map. The account has funds ($22.74) and trade history, but cannot place orders via API.

mau 2026-06-03 02:35:21 Polymarket

no, im in mexico, i can place bets by myself, but i cant connect the bot

no, im in mexico, i can place bets by myself, but i cant connect the bot

Hi, I'm building a bot to bet on Polymarket. It reads the markets and everything seems fine, but when I try to place trades, I always get the same error: it can't place bets on its own. I asked Claude and he said it's a problem with new accounts. Is this true, or how can I fix it?

Hi, I'm building a bot to bet on Polymarket. It reads the markets and everything seems fine, but when I try to place trades, I always get the same error: it can't place bets on its own. I asked Claude and he said it's a problem with new accounts. Is this true, or how can I fix it?