Ethereum

Ethereum Payments
Made Simple

Accept ETH and any ERC-20 token payments with our simple API. Real-time notifications, automatic conversions, and instant settlements.

Why Choose Anypay for Ethereum?

ERC-20 Support

Accept any ERC-20 token payment with automatic price conversion and settlement in your preferred currency.

Gas Optimization

Smart transaction batching and gas price monitoring to minimize fees and maximize efficiency.

Smart Contracts

Interact with any smart contract through our API. Support for custom contract calls and events.

Simple Integration

Start accepting ETH payments in minutes with our straightforward API.

  • Real-time payment notifications
  • Automatic gas price adjustments
  • Multiple settlement options

Quick Integration

Accept ETH and ERC-20 payments with just a few lines of code.

import { AnypayClient } from '@anypay/sdk'

// Create an ETH payment request
async function createEthPayment() {
  const anypay = new AnypayClient()
  
  const invoice = await anypay.createInvoice({
    outputs: [{
      to: "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
      amount: "0.1",
      currency: "ETH"
    }],
    metadata: {
      orderId: "123",
      productName: "Premium Package"
    }
  })
  
  return invoice
}

Test the integration:

Ready to Accept ETH Payments?

Join thousands of businesses already using Anypay for crypto payments.