Experience the future of crypto trading with our comprehensive suite of features designed for Indian traders.
Trade instantly with deep liquidity and India's lowest fees. Access real-time market data and execute trades in milliseconds with our advanced trading engine.
Purchase and cash out digital coins, connected directly to your Indian bank account for easy deposits. Seamless INR integration with instant settlements.
Powerful derivatives tools with high leverage and transparent pricing. Advanced risk management features for professional traders.
Peer-to-peer crypto trading with safe escrow and multiple payment methods. Trade directly with other users with complete security.
Multilevel encryption, insured custody, and frequent cybersecurity tests. Your assets are protected by bank-grade security infrastructure.
Complete KYC in minutes and start trading from ₹100. Our streamlined onboarding process gets you trading in no time.
Get started with Sikkaa Exchange in three simple steps
Quick and secure identity verification process. Upload your documents and get verified instantly with our AI-powered KYC system.
Connect your Indian bank account and deposit funds securely. Instant INR deposits and withdrawals with zero hassle.
Trade, buy, or sell 350+ cryptos—spot, futures, options, or P2P—all at the tap of a button. Begin your journey from just ₹100.
Everything you need to know about Sikkaa Exchange
Yes, trading and investing in crypto is legal in India, though it's not legal tender. Sikkaa Exchange is fully compliant and secure, registered with official bodies and follows all regulatory requirements.
Download our app, complete KYC verification, deposit INR through your bank account, and begin trading from just ₹100. The entire process takes less than 10 minutes.
We connect you to the best pricing with pooled liquidity, compliant security, and robust charting tools. Our fees are competitive, and our platform is designed specifically for Indian traders and investors with local payment methods and support.
We employ ISO & SOC certified security with multilevel encryption, cold storage for funds, insured custody, regular security audits, and 24/7 monitoring. Your assets are protected by bank-grade security infrastructure.
We offer India's lowest trading fees starting from 0.1% for spot trading. Fees decrease with higher trading volumes, and we offer zero fees for makers in certain trading pairs.
Find answers to common questions and get the support you need
Sikkaa Exchange is a cryptocurrency trading platform that supports spot, futures, options, and P2P trading for over 350 digital assets. It offers seamless INR integration, bank-level security, and is compliant with Indian regulations.
Yes, trading crypto is legal in India (though cryptocurrencies are not legal tender). Sikkaa Exchange operates fully within regulatory frameworks, adheres to AML/KYC guidelines, and is registered appropriately.
1. Download the app (or access the web portal)
2. Register with your email/phone
3. Complete KYC verification (upload identity/address documents)
4. Link your bank account & deposit INR
5. Start trading (minimum deposit/trade limit may apply)
KYC is usually processed in minutes (if documents are in order). Under some circumstances (manual review, national holidays, high volumes), it may take up to 24 hours.
Government-issued ID (Aadhaar, Passport, Driver's License) + proof of address (utility bill, bank statement, etc.). Documents must be valid and clear.
Yes — but for security, changes may require identity verification and may take some processing time. Contact support for assistance.
Use "Forgot Password" link. We'll send a password reset link to your registered email after identity verification.
Yes, we highly recommend enabling 2FA (via Google Authenticator, SMS, or Authy) to secure your account further.
Link your Indian bank account, then initiate a deposit via NEFT/IMPS/UPI/bank transfer (depending on supported methods). Funds will reflect in your account per the payment method's processing time.
Go to Withdrawals, enter the amount and destination bank account (must match your verified bank), confirm, and the funds will be transferred (processing times vary).
From your wallet, copy the deposit address for the relevant token on Sikkaa. Send the crypto to that address. Ensure you use the correct network (e.g., ERC-20, BEP-20, etc.). Do not send unsupported tokens or networks.
Minimum deposit ₹100, withdrawal min 0.001 BTC. Limits may vary based on verification status and account tier.
Spot trading, Futures, Options, and P2P trading.
Select the trading pair (e.g. BTC/INR), select order type (market, limit, stop-limit), enter amount, and execute the trade.
P2P (peer-to-peer) lets you trade directly with other users using escrow. You place buy or sell orders, set acceptable payment methods, and once payment is confirmed, funds are released from escrow.
For open (unfilled) limit orders, go to "Open Orders" and click Cancel. Market orders execute immediately and cannot be canceled.
We charge a base maker/taker fee starting from 0.1% per trade. Higher-volume accounts may receive discounted rates or maker rebates.
INR fiat deposits and withdrawals may incur nominal bank/processing charges (or be free depending on method). Crypto network fees apply for withdrawals (pass-through).
Yes — new accounts may have lower trading/withdrawal limits. After completing full verification and maintaining activity, limits may be increased (e.g. ₹2 lakhs per day, etc.).
Multi-level encryption, Cold storage for majority of user funds, Hardware Security Modules (HSMs), ISO/SOC certification, Routine security audits, penetration testing, 24/7 monitoring & alerts, Insurance coverage.
We perform identity verification for all users, monitor transactions for suspicious activity, maintain transaction logs, and comply with Indian AML/FIU/regulatory guidelines.
Immediately contact support, disable login/withdrawals (if possible), change your password and 2FA, and provide transaction details to help us investigate.
Depending on the payment method, funds may take some time (e.g. bank transfer delays). Check: Did you send from a verified bank account? Was the memo/reference included? Has the network confirmed the transaction? If delay exceeds expected window, contact support with transaction ID, screenshot, etc.
Possible causes: insufficient balance, mismatching address, network congestion, or security verification failed. Check your wallet address, try again, or contact support with error logs.
Possible reasons: low liquidity, price gaps, your price too far from market, or slippage. Use limit or market orders accordingly.
Ensure your email/phone is correctly registered and working. Check spam/promotions folder. If still not received, contact support for manual assistance.
Our Terms of Service outline user responsibilities, platform usage guidelines, and legal obligations. Users must comply with laws and may be liable for losses. Read full Terms
Our Privacy Policy details data collection, usage, rights, sharing, and retention practices. Read Privacy Policy
Cryptocurrency trading involves volatility and risk. Losses are possible. Please trade responsibly and only invest what you can afford to lose.
support@sikkaaexchange.com (24/7 response)
Get priority support through our ticketing system for complex issues
Round-the-clock assistance for all your queries and technical issues
Follow us on Telegram, Twitter, and other social platforms for updates and community support
Can't find what you're looking for? Contact our support team
Integrate with Sikkaa Exchange using our comprehensive REST API and WebSocket feeds
The Sikkaa Exchange API provides programmatic access to trading, market data, account management, and wallet operations. Our API is designed for developers, trading bots, and institutional partners.
https://api.sikkaaexchange.com
v1
120 requests/minute
Generate API keys from your account dashboard with specific permissions (read, trade, withdraw).
X-API-Key: your_api_key
X-API-Secret: your_api_secret
X-Timestamp: 1640995200000
X-Signature: hmac_sha256_signature
All private endpoints require HMAC-SHA256 signature using your API secret.
signature = HMAC-SHA256(timestamp + method + path + body, api_secret)
Subscribe to live price feeds, order book updates, and trade streams.
wss://ws.sikkaaexchange.com/v1/stream
// Subscribe to ticker
{"method": "subscribe", "params": ["ticker.BTC/INR"]}
Get real-time updates for your orders, trades, and balance changes.
// Subscribe to user orders
{"method": "subscribe", "params": ["user.orders"], "auth": "api_key"}
{
"error": {
"code": 1001,
"message": "Invalid API key",
"details": "API key not found or expired"
}
}
Store API keys securely, never expose them in client-side code or public repositories.
Restrict API access to specific IP addresses for enhanced security.
Only grant necessary permissions (read, trade, withdraw) to API keys.
Use current timestamps and implement replay attack protection.
Sample implementations in Python, JavaScript, and other languages
Complete endpoint documentation with request/response examples
Get help from our technical team via dedicated developer channels