Get Your Casino Listed
Join the leading crypto casino ranking platform. Partner with us and reach thousands of crypto gambling enthusiasts actively looking for their next casino.
Affiliate Partnership Required
All listings require an active affiliate partnership agreement with our Business Development team. This ensures quality partnerships and allows us to maintain free access for users. Contact bd@bitcoin.com to get started.
How to Get Listed
Contact Our BD Team
Reach out to establish an affiliate partnership. This is required before your listing can go live.
Sign Affiliate Agreement
Complete the affiliate partnership agreement with agreed revenue share or CPA terms.
Submit Your Data
Provide your casino data in our JSON format via email or API endpoint.
Review & Launch
We review your submission for accuracy and publish your listing within 48 hours.
All submitted data is reviewed by the Bitcoin.com team and cross-referenced against performance metrics including CTR and FTD rates to ensure accuracy. Significant discrepancies may result in listing removal.
Partner Benefits
High-Intent Traffic
Reach users actively searching for crypto casinos. Our audience is ready to deposit and play.
Build Trust
Transparent volume data and detailed listings help build credibility with players.
Detailed Profiles
Showcase your games, bonuses, supported coins, and unique features on dedicated listing pages.
Data API Specification
Submit your casino data in JSON format. We use this data to populate your ranking entry and detailed listing page. All monetary values should be reported in USD for consistency.
Required Fields
casinoIdUnique URL-friendly identifier (lowercase, hyphens only)
nameOfficial casino name
urlPrimary casino website URL (HTTPS required)
supportedCoinsArray of supported cryptocurrencies with deposit/withdrawal info
numberOfGamesTotal number of games available
gameCategoriesArray of game categories offered
betVolumeMonthly bet volume in USD (can be null if not sharing)
incentivesArray of active bonuses and promotions
provablyFairWhether games are provably fair
lastUpdatedISO 8601 timestamp of last data update
Optional Fields
descriptionShort casino description (max 200 chars)
logoUrlURL to casino logo (PNG/SVG, min 200x200px)
socialLinksTwitter, Telegram, Discord, Instagram links
betVolume30d30 daily volume values in USD for trend chart
averageRTPAverage Return to Player percentage (e.g., 96.5)
highestRTPGamesList of highest RTP games (95%+)
licenseLicensing authority and license number
customerSupportLive chat, email, response time
userBaseActive users and new user counts
Providing optional fields improves your listing quality and ranking visibility.
Example JSON Schema
{
// ============================================
// REQUIRED FIELDS
// ============================================
// Unique identifier for your casino (URL-friendly, lowercase, hyphens only)
// Example: "stake-casino", "bc-game", "cloudbet"
"casinoId": "your-casino-id",
// Official casino name as displayed to users
"name": "Your Casino Name",
// Primary website URL (must be HTTPS)
"url": "https://your-casino.com",
// Supported cryptocurrencies for deposits/withdrawals
"supportedCoins": [
{
"coinSymbol": "BTC", // Standard ticker symbol
"coinName": "Bitcoin", // Full coin name
"minimumDeposit": 0.0001, // Minimum deposit in coin units
"withdrawalTime": "Instant" // Average withdrawal time
},
{
"coinSymbol": "ETH",
"coinName": "Ethereum",
"minimumDeposit": 0.001,
"withdrawalTime": "Instant"
},
{
"coinSymbol": "USDT",
"coinName": "Tether",
"minimumDeposit": 5, // Fiat-pegged coins use whole numbers
"withdrawalTime": "< 10 minutes"
}
],
// Total number of games available on platform
"numberOfGames": 3000,
// Categories of games offered (see valid values below)
"gameCategories": [
"Slots",
"Table Games",
"Live Dealer",
"Sports Betting",
"Crash Games",
"Originals"
],
// Monthly betting volume data
"betVolume": {
"monthlyBetVolume": 5000000, // Total bet volume in USD (fiat equivalent)
"currency": "USD" // Always report in USD for consistency
},
// Bonuses and promotions currently active
"incentives": [
{
"type": "Welcome Bonus", // See valid incentive types below
"description": "100% match up to 1 BTC on first deposit",
"value": "1 BTC", // Maximum bonus value
"wageringRequirement": "40x" // Wagering requirement multiplier
},
{
"type": "Rakeback",
"description": "Up to 10% rakeback on all bets",
"value": "10%"
},
{
"type": "Loyalty Program",
"description": "VIP rewards with exclusive perks and bonuses"
// value and wageringRequirement optional for non-deposit bonuses
}
],
// Whether your casino offers provably fair games
"provablyFair": true,
// ISO 8601 timestamp of when this data was last updated
// Update this whenever you submit new data
"lastUpdated": "2026-01-20T12:00:00Z",
// ============================================
// OPTIONAL FIELDS (Recommended for better ranking)
// ============================================
// Short description of your casino (max 200 characters)
"description": "A premier crypto gambling destination with instant payouts and provably fair games.",
// URL to your casino logo (PNG or SVG, min 200x200px, transparent background preferred)
"logoUrl": "https://cdn.your-casino.com/logo.png",
// Social media links
"socialLinks": {
"twitter": "https://twitter.com/yourcasino",
"telegram": "https://t.me/yourcasino",
"discord": "https://discord.gg/yourcasino",
"instagram": "https://instagram.com/yourcasino" // Optional
},
// Daily bet volume for the last 30 days (for sparkline chart)
// Array of 30 numbers representing daily volume in USD
"betVolume30d": [
150000, 165000, 142000, 178000, 190000, 185000, 172000,
168000, 195000, 210000, 198000, 175000, 182000, 169000,
155000, 148000, 162000, 180000, 195000, 188000, 176000,
171000, 165000, 158000, 172000, 189000, 201000, 195000,
187000, 180000
],
// Average Return to Player percentage across all games
"averageRTP": 96.5, // Percentage value (e.g., 96.5 = 96.5%)
// List of your highest RTP games (helps attract informed players)
"highestRTPGames": [
{
"name": "Blackjack Classic",
"rtp": 99.5, // RTP as percentage
"category": "Table Games"
},
{
"name": "Stake Dice",
"rtp": 99.0,
"category": "Originals"
},
{
"name": "Crash",
"rtp": 98.0,
"category": "Crash Games"
}
],
// Licensing information
"license": {
"authority": "Curacao eGaming", // Licensing authority name
"licenseNumber": "1234/JAZ" // License number/ID
},
// Customer support details
"customerSupport": {
"liveChatAvailable": true,
"email": "support@your-casino.com",
"responseTime": "< 5 minutes" // Average response time
},
// User base metrics (helps demonstrate platform popularity)
"userBase": {
"activeUsers": 50000, // Monthly active users
"newUsers": 1500 // New users in the last 30 days
}
}Note: All volume and monetary values must be in USD. The betVolume30d array should contain exactly 30 values representing daily volumes for the trend sparkline.
Valid Enum Values
Incentive Types
Use these exact values for the incentives[].type field:
Welcome BonusDeposit BonusFree SpinsCashbackLoyalty ProgramNo Deposit BonusReferral BonusRakebackTournamentReload BonusGame Categories
Use these exact values for the gameCategories[] field:
SlotsTable GamesLive DealerJackpot GamesSports BettingProvably FairOriginalsCrash GamesLotteryDiceTrade P2POtherData Requirements
Volume Data
- All volume figures must be in USD (fiat equivalent)
- Monthly volume represents total bets placed, not deposits
- 30-day array should have exactly 30 daily values
- Set
monthlyBetVolume: nullif not sharing
RTP Data
- RTP values as percentages (e.g., 96.5 for 96.5%)
- Include games with 95%+ RTP in highestRTPGames
- averageRTP should be weighted across all games
- Third-party audit documentation preferred
Ready to Partner?
Contact our Business Development team to establish your affiliate partnership and get your casino listed. We typically respond within 24 hours.
Business Development
bd@bitcoin.comInclude your casino name, website URL, and preferred partnership model in your inquiry.