Powerful APIs and SDKs to integrate stablecoin issuance, treasury management, and compliance into your applications.
// Initialize IoMarkets SDK
import { IoMarkets } from '@iomarkets/sdk';
const client = new IoMarkets({
apiKey: process.env.IOMARKETS_API_KEY,
environment: 'production'
});
// Mint stablecoins
const mint = await client.stablecoins.mint({
stablecoinId: 'sc_usd_001',
amount: '1000000', // $1M in smallest unit
recipient: '0x742d35Cc6634C0532925a3b844Bc9e7595f...',
chain: 'base'
});
console.log('Minted:', mint.txHash);Comprehensive tools for integrating stablecoin infrastructure into any application
Full-featured RESTful API for stablecoin operations, treasury management, and compliance.
Native SDKs for JavaScript, Python, Go, and more to accelerate your integration.
Audited smart contracts for ERC-20 stablecoins with built-in compliance hooks.
Real-time event notifications for mints, burns, transfers, and compliance events.
Sub-100ms API response times globally
TLS 1.3, API keys, and OAuth 2.0
Single API for 15+ blockchains
Built-in KYC/AML hooks
Get your API keys and start integrating in minutes