Crypto Deposits

Fund your AiPayGen account with USDC — no Stripe needed.

Wallet Address

0x366D488a48de1B2773F3a21F1A6972715056Cb30
QR Code

Supported Networks

Base (Chain 8453) Solana

USDC Contract Addresses

Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Solana Mint: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v

How It Works

  1. Send USDC to the wallet address above on Base or Solana.
  2. Wait for transaction confirmation (5 blocks on Base).
  3. Call POST /crypto/claim with your tx_hash and api_key.
  4. Your account balance is credited instantly.

Claim Example

curl -X POST https://api.aipaygen.com/crypto/claim \
  -H "Content-Type: application/json" \
  -d '{
    "api_key": "apk_YOUR_KEY",
    "tx_hash": "0xYOUR_TX_HASH",
    "network": "base"
  }'