v3.0.0 - Production Ready

DadyCoin Documentation

Build on the digital asset protocol powering crypto commerce. Comprehensive guides, API reference, and SDK documentation.

Get Started API Reference
6
Supported Chains
v3.0
API Version
99.9%
Uptime
<100ms
Response Time
??

Documentation

??

Quick Start

GET https://api.dadycoin.com/health
{
  "status": "ok",
  "service": "dadycoin-api",
  "version": "3.0.0",
  "timestamp": "2026-02-06T12:00:00.000Z"
}

Install SDK

npm install @dadycoin/sdk

Initialize

import { DadyCoin } from '@dadycoin/sdk'

const client = new DadyCoin({
  apiKey: process.env.DADYCOIN_API_KEY,
  apiSecret: process.env.DADYCOIN_API_SECRET
})

// Create wallet
const wallet = await client.wallet.create({
  ownerId: 'user@example.com',
  type: 'user'
})

// Transfer DadyCoin
const tx = await client.transfer.create({
  from: walletA,
  to: walletB,
  amount: 100
})
🌐

Ecosystem Products

Products built on Dady Protocol. Integrated within DadyPay merchant dashboard.

💳

DadyPay

Payment gateway for merchants with multi-chain crypto support

✓ Live View Docs →
👛

DadyWallet

Merchant wallet with deposits, withdrawals, multi-chain & 2FA

✓ Live Access Wallet →
🏪

DadyStore

Merchant storefront with shareable checkout links & QR codes

🔨 In Progress
🏢

DadyBiZ

B2B solutions: email automation, subscriptions & AI operations

🔨 In Progress
??

Supported Chains

?

Bitcoin

BTC native

?

Ethereum

ETH, USDT, USDC

??

BNB Smart Chain

BNB, USDT, USDC

??

TRON

TRX, USDT

??

Polygon

MATIC, USDT, USDC

?

Solana

SOL, USDC