Crypto.com
Coming SoonCrypto — Other
connectorType: "cryptocom"Full-suite crypto platform with exchange and card
Connection Architecture
Crypto.com
WebSocket / REST→
Connector
libs/exchange-cryptocom→
Provider
:8081/api→
Detector
Advisor
Studio
The connector feeds exchange data to Provider. Detector receives market data, Studio receives read views, and Advisor sees only signed candidate evidence.
Technologies
Transport
WebSocketREST
Authentication
API Key + SecretData Format
JSONBest for
- Spot traders seeking exposure to Crypto.com's large retail liquidity base and CRO-incentivised maker rebates.
- Multi-exchange momentum strategies that benefit from Crypto.com's distinct retail-driven order flow profile.
- Fintechs and neobanks building consumer crypto products who want programmatic access to a mass-market exchange backend.
- Portfolio managers tracking cross-exchange spot price divergences between Crypto.com and major venues like Binance or OKX.
Connect via code
1Environment variables (.env)
CRYPTOCOM_API_KEY=your_key_here CRYPTOCOM_API_SECRET=your_secret_here
2Connector configuration
// config/config.provider.json
{
"provider": {
"connectors": [
{
"connectorType": "cryptocom",
"enabled": true,
"key": "${CRYPTOCOM_API_KEY}",
"secret": "${CRYPTOCOM_API_SECRET}",
"markets": [
{ "marketType": "spot", "symbols": [{ "name": "BTCUSDT" }] }
],
"subscriptions": [
{ "type": "PROVIDER_MARKETDATA_CANDLE", "symbols": ["BTCUSDT"], "intervals": ["min1", "h1"], "active": true },
{ "type": "PROVIDER_MARKETDATA_TRADE", "symbols": ["BTCUSDT"], "active": true },
{ "type": "PROVIDER_MARKETDATA_ORDERBOOK", "symbols": ["BTCUSDT"], "active": true }
]
}
]
}
}3Verify and query data
Public verification 1. Configure credentials in the private Provider environment. 2. Verify connector status in the internal Studio/Provider console. 3. Use Barfinex public pages to inspect market data. Operator Provider commands and tokens remain in internal runbooks only.
Available via Barfinex API
/api/candles/cryptocom/...
/api/trades/cryptocom/...
/api/orderbook/cryptocom/...
/api/account/cryptocom/...
/api/symbols/cryptocom/...
/api/assets/cryptocom/...
Studio graphical setup — in development, coming in the next release.
Important
Crypto.com Exchange API is separate from the Crypto.com App API — ensure you generate keys on exchange.crypto.com, not the consumer app portal.
Spot trading only; Crypto.com derivatives are available on a separate platform (Crypto.com Derivatives) with distinct credentials not covered by this connector.
CRO staking tier determines trading fee discounts — your fee level is fixed at the time of order placement based on 30-day volume and CRO balance.
The exchange WebSocket feed requires a heartbeat message every 30 seconds to maintain the connection; the Barfinex connector manages this automatically.
API keys expire after 90 days by default unless the expiry is extended in the API management panel — set a reminder to renew before expiry to avoid strategy downtime.
Supported Markets
Spot
Websitecrypto.com
Connect in Studio(soon)
Exchange Website