秋田预测市场 · Discord 审计

ntb_0参与话题 1消息总数 38

该用户的聊天记录定位。

Reset

聊天记录

共 38 条,显示第 1-38 条
ntb_0 2026-06-17 05:24:02 Polymarket

does anyone know how to get ms chainlink data?

does anyone know how to get ms chainlink data?

ntb_0 2026-06-17 05:23:47 Polymarket

for python + rust

for python + rust

ntb_0 2026-06-17 05:23:42 Polymarket

i solved it

i solved it

ntb_0 2026-06-17 05:23:08 Polymarket

yes

yes

ntb_0 2026-06-11 23:15:17 Polymarket

is there a chainlink alternative?

is there a chainlink alternative?

ntb_0 2026-06-11 05:10:50 Polymarket

is this fixed?

is this fixed?

ntb_0 2026-06-11 02:14:36 Polymarket

I’m using Rust SDK polymarket_client_sdk_v2 0.5.1 on CLOB V2. EOA auth works. Deposit wallet flow is deployed. I initialize with: - host = https://clob.polymarket.com - signature_type = Poly1271 / 3 - funder = deposit wallet - private key = EOA owner But POST /order fails with: "the order signer address has to be the address of the API KEY" With GnosisSafe / type 2, the same account fails with: "maker address not allowed, please use the deposit wallet flow" This seems like the known issue where create_or_derive_api_key binds the API key to the EOA, while POLY_1271 orders set signer = deposit wallet. Is there currently a working way to create CLOB API keys bound to the deposit wallet address for POLY_1271?

I’m using Rust SDK polymarket_client_sdk_v2 0.5.1 on CLOB V2. EOA auth works. Deposit wallet flow is deployed. I initialize with: - host = https://clob.polymarket.com - signature_type = Poly1271 / 3 - funder = deposit wallet - private key = EOA owner But POST /order fails with: "the order signer address has to be the address of the API KEY" With GnosisSafe / type 2, the same account fails with: "maker address not allowed, please use the deposit wallet flow" This seems like the known issue where create_or_derive_api_key binds the API key to the EOA, while POLY_1271 orders set signer = deposit wallet. Is there currently a working way to create CLOB API keys bound to the deposit wallet address for POLY_1271?

ntb_0 2026-06-11 01:58:31 Polymarket 新存款钱包在 CLOB API 下单时签名不匹配

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

ntb_0 2026-06-11 01:57:33 Polymarket

yesterday

yesterday

ntb_0 2026-06-11 01:56:24 Polymarket

so signature_type = 1 or 2 wont work

so signature_type = 1 or 2 wont work

ntb_0 2026-06-11 01:56:14 Polymarket

on PM it says to use the build in wallet for new API users

on PM it says to use the build in wallet for new API users

ntb_0 2026-06-11 01:56:05 Polymarket

i dont use metamask though

i dont use metamask though

ntb_0 2026-06-11 01:55:30 Polymarket

how do i do that?

how do i do that?

ntb_0 2026-06-11 01:53:53 Polymarket 新存款钱包在 CLOB API 下单时签名不匹配

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:53:40 Polymarket

what is the private_key and the funder_id ?

what is the private_key and the funder_id ?

ntb_0 2026-06-11 01:51:31 Polymarket

i get this then

i get this then

ntb_0 2026-06-11 01:51:30 Polymarket 新存款钱包在 CLOB API 下单时签名不匹配

<@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:32:21 Polymarket

i got it working with python

i got it working with python

ntb_0 2026-06-11 01:32:16 Polymarket

still doesn't work

still doesn't work

ntb_0 2026-06-11 01:32:12 Polymarket

i made a pm account, deposited some money, and used the private api key and the address for funder_id.

i made a pm account, deposited some money, and used the private api key and the address for funder_id.

ntb_0 2026-06-11 01:27:53 Polymarket

yeah i seached for it

yeah i seached for it

ntb_0 2026-06-11 01:27:13 Polymarket 新存款钱包在 CLOB API 下单时签名不匹配

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:14:31 Polymarket

i was able to trade using the API with an account made yesterday in Python but the Rust SDK is not working for me

i was able to trade using the API with an account made yesterday in Python but the Rust SDK is not working for me

ntb_0 2026-06-11 01:11:50 Polymarket

running into this issue

running into this issue

ntb_0 2026-06-11 01:11:19 Polymarket

i cannot get the rust sdk working

i cannot get the rust sdk working

ntb_0 2026-06-11 01:11:10 Polymarket

<@368400765754277889> can i dm?

<@368400765754277889> can i dm?

ntb_0 2026-06-11 01:09:59 Polymarket

does anyone use rust here

does anyone use rust here

ntb_0 2026-06-11 01:06:24 Polymarket

hi!

hi!