Home

A
Balance
$1,234.57
Volume
$5,234.00
Transactions
42
Success rate
99.9%

API Keys

Your API keys for production and testing

Live Production key
sk_live_••••••••••••••••

Recent payments

Your most recent payment transactions

No payments yet

Get started by creating your first test payment

Quick start

Integrate Radius Payments in minutes

View docs →
import { RadiusPayments } from '@radius/payments'

const radius = new RadiusPayments({
  apiKey: 'YOUR_API_KEY'
})

await radius.pay({
  to: '0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb',
  amount: '0.10',
  currency: 'USDC'
})