0
Total
0
Available
0
Live

Premium Bangladeshi Domains
Ready to Build On

Browse our curated portfolio of .bd and global domains. Live domains shown for reference โ€” available ones are open for acquisition.

Available for sale
Live / in use
In development

The Core Stack โ€”
Domains That Power Everything

Shared-service domains acting as the backbone infrastructure layer plugged into every site across the ecosystem.

๐Ÿชช

Identity & Verification

Who is the user? Are they real? What can they do?

๐Ÿ’ณ

Payments & Finance

Move money, split it, track it across every product.

๐Ÿ“ก

Communication

Messages, calls, notifications โ€” the connective tissue.

๐Ÿค–

Intelligence & AI

AI assistants, search, and data enrichment for every product.

๐Ÿ›๏ธ

Compliance & Operations

Regulation, governance, and business incorporation.

$ curl https://api.msg.bd/v1/send

Build on the
.bd Developer Stack

REST APIs, webhooks, and SDKs across payments, messaging, identity, AI, and commerce โ€” all on Bangladesh's premier domain ecosystem.

19
APIs
60+
Endpoints
5
SDKs
24
Webhook Events

๐Ÿš€ Quick Start

5 min setup
JavaScript
Python
cURL
PHP
// Install: npm install @domainbd/sdk import { DomainBD } from '@domainbd/sdk'; const client = new DomainBD({ apiKey: 'bd_live_xxxxxxxxxxxxxxxxxxxx', region: 'dhaka' }); // Send a message via msg.bd const response = await client.msg.send({ to: '+8801XXXXXXXXX', body: 'เฆ†เฆชเฆจเฆพเฆฐ OTP: 482910', channel: 'sms' }); console.log(response.messageId); // msg_01HXYZ...
# Install: pip install domainbd from domainbd import DomainBD client = DomainBD( api_key="bd_live_xxxxxxxxxxxxxxxxxxxx", region="dhaka" ) # Verify a user via kyc.bd result = client.kyc.verify( nid="1234567890123", dob="1990-06-15", face_image="base64_encoded_image..." ) print(result.status) # "verified"
# Initiate a payment via 1pay.bd curl -X POST https://api.1pay.bd/v1/payments \ -H "Authorization: Bearer bd_live_xxxx" \ -H "Content-Type: application/json" \ -d '{ "amount": 5000, "currency": "BDT", "recipient": "+8801XXXXXXXXX", "method": "bkash", "reference": "ORDER_2026_001", "callback_url": "https://yoursite.com/webhook" }' # Response: {"payment_id":"pay_01HX...","status":"pending"}
// Install: composer require domainbd/sdk use DomainBD\Client; $client = new Client([ 'api_key' => 'bd_live_xxxxxxxxxxxxxxxxxxxx', 'region' => 'dhaka' ]); // Create a virtual number via inboxnumber.com $number = $client->inbox->provision([ 'country' => 'BD', 'type' => 'virtual', 'ttl' => 3600 ]); echo $number->phone_number; // +8809XXXXXXXXX

๐Ÿ’ฌ Messaging & Communication APIs

3 APIs

๐Ÿ’ณ Payments & Finance APIs

4 APIs

๐Ÿชช Identity & Verification APIs

3 APIs

๐Ÿค– AI & Intelligence APIs

4 APIs

๐Ÿ›’ Commerce & Trade APIs

3 APIs

๐Ÿ›๏ธ Compliance & Business APIs

2 APIs

๐Ÿ”” Webhook Events

24 events

๐Ÿ“ฆ Official SDKs

5 languages