Developer Hub

Build with stablecoins

Everything you need to integrate stablecoin payments into your application. SDKs, APIs, and comprehensive documentation.

Simple, powerful APIs

Our APIs are designed to be intuitive and developer-friendly. Initiate payments, manage wallets, and handle compliance with just a few lines of code.

  • RESTful API design
  • Comprehensive TypeScript types
  • Built-in retry logic
  • Detailed error messages
View full API reference
payment.ts
import { StablecoinRoadmap } from '@stablecoinroadmap/sdk';

const client = new StablecoinRoadmap({
  apiKey: process.env.SCR_API_KEY,
});

// Initiate a cross-border payment
const payment = await client.payments.create({
  amount: '1000.00',
  currency: 'USDC',
  recipient: {
    email: 'recipient@example.com',
    country: 'PH',
  },
  metadata: {
    orderId: 'order_123',
  },
});

console.log(`Payment initiated: ${payment.id}`);

System Status

Real-time status of all services

All Systems Operational
API
99.99% uptimeoperational
Sandbox
99.95% uptimeoperational
Webhooks
99.98% uptimeoperational
Dashboard
99.99% uptimeoperational
Last updated: 2 minutes ago

API Endpoints

Core endpoints for payment operations

Full reference
POST/v1/payments
GET/v1/payments/:id
POST/v1/payouts
GET/v1/wallets
POST/v1/compliance/screen
GET/v1/rates

Ready to start building?

Get your API keys and start integrating stablecoin payments today. Our team is here to help if you have any questions.