该用户的聊天记录定位。
no
no
I need api key? Mod ticket no 9205
I need api key? Mod ticket no 9205
Dear Kalshi Support Team, I am writing to seek clarification regarding my account eligibility for trading Event Contracts on the Kalshi platform. My account details are as follows: KYC/Domicile: Nepal (not a Restricted Jurisdiction under your Agreement) Trading Method: Automated bot trading via API Server Location: Dublin, Ireland (VPS) Strategy: Arbitrage trading on BTC 15-minute Up/Down markets only However, I would like to clarify the following: My KYC and domicile is Nepal, which is NOT a Restricted Jurisdiction under your Agreement. I am using a Dublin-based VPS solely to reduce API latency for automated trading — not because I am physically located in Ireland. Your Agreement states that restrictions apply to persons 'domiciled in, organized in, or located in' a Restricted Jurisdiction. As a Nepal-domiciled user, I believe I may still be eligible to trade. My questions are: Can I continue trading Event Contracts on Kalshi with my Nepal KYC, even if my API requests originate from a Dublin-based VPS? Will trading via API through an Ireland-based VPS result in an account ban, suspension, or any other restriction on my account — even if my KYC and domicile is Nepal? Is the restriction based on the IP address of the API requests, or solely on the KYC/domicile of the account holder? Is there any whitelist or approval process for API bot traders using VPS servers in restricted-IP locations? I want to ensure I am fully compliant with your policies before resuming trading. A clear confirmation on these points would be greatly appreciated. Thank you for your time and assistance. Best regards
Dear Kalshi Support Team, I am writing to seek clarification regarding my account eligibility for trading Event Contracts on the Kalshi platform. My account details are as follows: KYC/Domicile: Nepal (not a Restricted Jurisdiction under your Agreement) Trading Method: Automated bot trading via API Server Location: Dublin, Ireland (VPS) Strategy: Arbitrage trading on BTC 15-minute Up/Down markets only However, I would like to clarify the following: My KYC and domicile is Nepal, which is NOT a Restricted Jurisdiction under your Agreement. I am using a Dublin-based VPS solely to reduce API latency for automated trading — not because I am physically located in Ireland. Your Agreement states that restrictions apply to persons 'domiciled in, organized in, or located in' a Restricted Jurisdiction. As a Nepal-domiciled user, I believe I may still be eligible to trade. My questions are: Can I continue trading Event Contracts on Kalshi with my Nepal KYC, even if my API requests originate from a Dublin-based VPS? Will trading via API through an Ireland-based VPS result in an account ban, suspension, or any other restriction on my account — even if my KYC and domicile is Nepal? Is the restriction based on the IP address of the API requests, or solely on the KYC/domicile of the account holder? Is there any whitelist or approval process for API bot traders using VPS servers in restricted-IP locations? I want to ensure I am fully compliant with your policies before resuming trading. A clear confirmation on these points would be greatly appreciated. Thank you for your time and assistance. Best regards
i do poly vs kalshi arbitrage 😭 now i nned a kalshi account
i do poly vs kalshi arbitrage 😭 now i nned a kalshi account
Hey guys!👋 Is anyone here from pakistan?🇵🇰 ]
Hey guys!👋 Is anyone here from pakistan?🇵🇰 ]
i am also from india Now how will you use Kalshi?
i am also from india Now how will you use Kalshi?
Which country are you from?
Which country are you from?
Hey guys!👋 Is anyone here from pakistan?🇵🇰 I need a bit of help with something. DM me
Hey guys!👋 Is anyone here from pakistan?🇵🇰 I need a bit of help with something. DM me
I have been working day and night for the past three months; how can I give you the source code?
I have been working day and night for the past three months; how can I give you the source code?
please accept my dm cht in dm
please accept my dm cht in dm
no i run on vps
no i run on vps
bit yesterday kalshi ban from india
bit yesterday kalshi ban from india
i make a aribtarge bot gurented profit
i make a aribtarge bot gurented profit
मेरो फ्रेन्ड रिक्वेस्ट स्वीकार गर्नुहोस् म dm मा च्याट गर्न चाहन्छु।
मेरो फ्रेन्ड रिक्वेस्ट स्वीकार गर्नुहोस् म dm मा च्याट गर्न चाहन्छु।
https://tenor.com/view/bye-baby-bad-teefs-gif-9520448450563971390
https://tenor.com/view/bye-baby-bad-teefs-gif-9520448450563971390
shut up dumb ass i want a kalshi account
shut up dumb ass i want a kalshi account
Hey guys! 👋 Is anyone here from Bangladesh? 🇧🇩 I need a bit of help with something.
Hey guys! 👋 Is anyone here from Bangladesh? 🇧🇩 I need a bit of help with something.
Hey guys! 👋 Is anyone here from Bangladesh? 🇧🇩 I need a bit of help with something.
Hey guys! 👋 Is anyone here from Bangladesh? 🇧🇩 I need a bit of help with something.
Hey guys! 👋 Is anyone here from Bangladesh? 🇧🇩 I need a bit of help with something.
Hey guys! 👋 Is anyone here from Bangladesh? 🇧🇩 I need a bit of help with something.
Hey guys! 👋 Is anyone here from Nepal? 🇳🇵 I need a bit of help with something.
Hey guys! 👋 Is anyone here from Nepal? 🇳🇵 I need a bit of help with something.
I was unaware that it had been banned in India; I saw the email this morning and realized there wasn't a bug in my code—the API wasn't placing orders because trades can no longer be executed from my account.
I was unaware that it had been banned in India; I saw the email this morning and realized there wasn't a bug in my code—the API wasn't placing orders because trades can no longer be executed from my account.
My bot was running fine until yesterday, but then it started throwing [KALSHI ORDER] Placement failed: Kalshi order rejected: {"error":{"code":"fill_or_kill_insufficient_resting_volume","message":"fill or kill insufficient resting volume"}} (Check Balance/Credentials), and the issue began right after I received this email.
My bot was running fine until yesterday, but then it started throwing [KALSHI ORDER] Placement failed: Kalshi order rejected: {"error":{"code":"fill_or_kill_insufficient_resting_volume","message":"fill or kill insufficient resting volume"}} (Check Balance/Credentials), and the issue began right after I received this email.
This is the real reason!! There was no bug in the code!**
This is the real reason!! There was no bug in the code!**
/** * Places limit order on Kalshi API V2 with FOK time_in_force. * V2 uses single-book YES-perspective model: * side: "bid" = buy YES, "ask" = sell YES (= buy NO) * price: always the YES price as a fixed-point dollar string * count: contract quantity as a string */ async function placeKalshiOrder(ticker, action, priceCents, count, side, timeInForce = "fill_or_kill") { const { api: apiUrl } = kalshi.getKalshiUrls(); const headers = kalshi.getKalshiHeaders('POST', '/trade-api/v2/portfolio/events/orders'); if (!headers) throw new Error("Kalshi API headers could not be generated."); // V2 API: "side" is always YES-perspective. // "bid" = buy YES contracts // "ask" = sell YES contracts (economically = buy NO contracts) const bookSide = (side === "yes") ? "bid" : "ask"; // V2 API: "price" is always the YES price as a dollar string. // If buying YES (bid): price = the YES price we're willing to pay // If buying NO (ask): price = 1 - NO_price (the YES price at which we sell) let priceDollars; if (side === "yes") { priceDollars = (priceCents / 100).toFixed(4); } else { // We want to buy NO at priceCents. In V2 ask model: YES price = 1 - NO_price priceDollars = ((100 - priceCents) / 100).toFixed(4); } const countStr = typeof count === 'number' ? count.toFixed(2) : String(count); const payload = { ticker: ticker, client_order_id: "kx-live-" + Date.now() + "-" + Math.floor(Math.random() * 1000), side: bookSide, count: countStr, price: priceDollars, time_in_force: timeInForce, self_trade_prevention_type: "taker_at_cross" }; console.log(`[${new Date().toISOString()}] 🔄 [BTC] [Live] Placing Kalshi V2 order: ticker=${ticker}, side=${bookSide}, price=${priceDollars}, count=${countStr}, intent=${side}@${priceCents}c`);
/** * Places limit order on Kalshi API V2 with FOK time_in_force. * V2 uses single-book YES-perspective model: * side: "bid" = buy YES, "ask" = sell YES (= buy NO) * price: always the YES price as a fixed-point dollar string * count: contract quantity as a string */ async function placeKalshiOrder(ticker, action, priceCents, count, side, timeInForce = "fill_or_kill") { const { api: apiUrl } = kalshi.getKalshiUrls(); const headers = kalshi.getKalshiHeaders('POST', '/trade-api/v2/portfolio/events/orders'); if (!headers) throw new Error("Kalshi API headers could not be generated."); // V2 API: "side" is always YES-perspective. // "bid" = buy YES contracts // "ask" = sell YES contracts (economically = buy NO contracts) const bookSide = (side === "yes") ? "bid" : "ask"; // V2 API: "price" is always the YES price as a dollar string. // If buying YES (bid): price = the YES price we're willing to pay // If buying NO (ask): price = 1 - NO_price (the YES price at which we sell) let priceDollars; if (side === "yes") { priceDollars = (priceCents / 100).toFixed(4); } else { // We want to buy NO at priceCents. In V2 ask model: YES price = 1 - NO_price priceDollars = ((100 - priceCents) / 100).toFixed(4); } const countStr = typeof count === 'number' ? count.toFixed(2) : String(count); const payload = { ticker: ticker, client_order_id: "kx-live-" + Date.now() + "-" + Math.floor(Math.random() * 1000), side: bookSide, count: countStr, price: priceDollars, time_in_force: timeInForce, self_trade_prevention_type: "taker_at_cross" }; console.log(`[${new Date().toISOString()}] 🔄 [BTC] [Live] Placing Kalshi V2 order: ticker=${ticker}, side=${bookSide}, price=${priceDollars}, count=${countStr}, intent=${side}@${priceCents}c`);
[2026-06-23T19:30:37.512Z] [BTC] [Live Loop] [KALSHI ORDER] Sending FOK order. Attempt 1/5. Side=no, Size=5, TargetPrice=0.41, LimitWithSlippage=42c [2026-06-23T19:30:37.513Z] [BTC] [Live] Placing Kalshi V2 order: ticker=KXBTC15M-26JUN231545-45, side=ask, price=0.5800, count=5.00, intent=no@42c [2026-06-23T19:30:37.616Z] [BTC] [Live Loop] [KALSHI ORDER] Placement failed: Kalshi order rejected: {"error":{"code":"fill_or_kill_insufficient_resting_volume","message":"fill or kill insufficient resting volume"}} (Check Balance/Credentials) how to fix this error
[2026-06-23T19:30:37.512Z] [BTC] [Live Loop] [KALSHI ORDER] Sending FOK order. Attempt 1/5. Side=no, Size=5, TargetPrice=0.41, LimitWithSlippage=42c [2026-06-23T19:30:37.513Z] [BTC] [Live] Placing Kalshi V2 order: ticker=KXBTC15M-26JUN231545-45, side=ask, price=0.5800, count=5.00, intent=no@42c [2026-06-23T19:30:37.616Z] [BTC] [Live Loop] [KALSHI ORDER] Placement failed: Kalshi order rejected: {"error":{"code":"fill_or_kill_insufficient_resting_volume","message":"fill or kill insufficient resting volume"}} (Check Balance/Credentials) how to fix this error
how to fix this and what is the reason of this error?? Help
how to fix this and what is the reason of this error?? Help
agree agree agree
agree agree agree
ypu i switch to clade code next week
ypu i switch to clade code next week
without antigravity i am nothing <:pepecry:1480174599093096560>
without antigravity i am nothing <:pepecry:1480174599093096560>
<:pepecry:1480174599093096560>
<:pepecry:1480174599093096560>
https://tenor.com/view/try-fail-succeed-freelancing-doh-gif-7685946
https://tenor.com/view/try-fail-succeed-freelancing-doh-gif-7685946
still i try <:pepecry:1480174599093096560>
still i try <:pepecry:1480174599093096560>
what happen??
what happen??
can you suggest me a vps nad service provider 🙏
can you suggest me a vps nad service provider 🙏
fok order get rejected because i am currently trading from india
fok order get rejected because i am currently trading from india
yup but i backtested its profitable
yup but i backtested its profitable
Which VPS provider and location are you guys using? Need for Polymarket but also low latency to Kalshi (US). Currently on India 200ms+ getting FOK failures. 🙏
Which VPS provider and location are you guys using? Need for Polymarket but also low latency to Kalshi (US). Currently on India 200ms+ getting FOK failures. 🙏
Hey everyone! I'm running a cross-market arbitrage bot between Polymarket and Kalshi. Looking for VPS recommendations from people who are already running bots. My main constraints: - Currently getting 200ms+ from India which is causing FOK order failures Questions: 1. Which VPS provider are you using? 2. Which location works best for both Polymarket + Kalshi? 3. Dublin good enough or is there a better option? Any recommendations appreciated! 🙏
Hey everyone! I'm running a cross-market arbitrage bot between Polymarket and Kalshi. Looking for VPS recommendations from people who are already running bots. My main constraints: - Currently getting 200ms+ from India which is causing FOK order failures Questions: 1. Which VPS provider are you using? 2. Which location works best for both Polymarket + Kalshi? 3. Dublin good enough or is there a better option? Any recommendations appreciated! 🙏
yup
yup
ok ok so i have to lose some dollars first to learn<:pepecry:1480174599093096560>
ok ok so i have to lose some dollars first to learn<:pepecry:1480174599093096560>
actuly i build a cross market arbitrage system so i want fast fill instant
actuly i build a cross market arbitrage system so i want fast fill instant
how can I reduce taker order latency on Polymarket API? What's the fastest way to get order fills?
how can I reduce taker order latency on Polymarket API? What's the fastest way to get order fills?
so what i have to do ??
so what i have to do ??
Hey guys 👋 I'm fairly new to Polymarket's trading API. I've built a strategy that looks profitable in simulation/backtesting, and I want to move it to live trading. Any gotchas I should know before going live with an automated strategy as a beginner? Thanks in advance 🙏
Hey guys 👋 I'm fairly new to Polymarket's trading API. I've built a strategy that looks profitable in simulation/backtesting, and I want to move it to live trading. Any gotchas I should know before going live with an automated strategy as a beginner? Thanks in advance 🙏
and i am thinking my code is broken
and i am thinking my code is broken