聊天记录
共 17 条,显示第 1-17 条
For Magic user wallets, keep the user’s Magic signer as the auth src and use the relayer only to execute the action, don’t set the user wallet to the relayer signer
For Magic user wallets, keep the user’s Magic signer as the auth src and use the relayer only to execute the action, don’t set the user wallet to the relayer signer
Relayer signer is just the backend executor, not the user wallet.
Relayer signer is just the backend executor, not the user wallet.
ur misunderstand
ur misunderstand
No
No
That's my understanding as well. If it's true FIFO, a partial fill shouldn't send you to the back of the queue, the remaining quantity should keep its original time priority
That's my understanding as well. If it's true FIFO, a partial fill shouldn't send you to the back of the queue, the remaining quantity should keep its original time priority
Is it right?
Is it right?
Really?
Really?
Then, I can update your code base
Then, I can update your code base
Python or TS?
Python or TS?
Can you tell me lang of your bot?
Can you tell me lang of your bot?
Yeah, it’s USDC, not pUSD
Yeah, it’s USDC, not pUSD
You can loop over dates to get a full rebate history and aggregate totals per market/asset programmatically, no need to scan portfolio history manually
You can loop over dates to get a full rebate history and aggregate totals per market/asset programmatically, no need to scan portfolio history manually
Use the Polymarket CLOB API instead:
Endpoint: GET /rebates/current
Query params: maker_address (your bot’s wallet)
date (YYYY-MM-DD)
Returns: condition ID, asset address, and USDC amount rebated for that date
Use the Polymarket CLOB API instead:
Endpoint: GET /rebates/current
Query params: maker_address (your bot’s wallet)
date (YYYY-MM-DD)
Returns: condition ID, asset address, and USDC amount rebated for that date
You must be in an eligible market (Crypto, Sports, Finance, Politics, etc.) and have executed maker liquidity (limit orders filled by takers)😂
You must be in an eligible market (Crypto, Sports, Finance, Politics, etc.) and have executed maker liquidity (limit orders filled by takers)😂
On Polymarket:
Maker rebates are paid daily in USDC to your wallet once you accrue at least $1
they show up in your portfolio transaction/history once paid.
On Polymarket:
Maker rebates are paid daily in USDC to your wallet once you accrue at least $1
they show up in your portfolio transaction/history once paid.
You won’t see maker/taker rebates in a separate tab
You won’t see maker/taker rebates in a separate tab
Hi, guys
Hi, guys