Crypto Payment Processor API - No KYC - Instant Payouts - PayGate.im
    • Standard Integration
      • Create Wallet
        GET
      • Estimate Blockchain Fees
        GET
      • Coin Info & Minimum
        GET
      • List all Coins & Minimums
        GET
    • Affiliate System
      • Affiliate Create Wallet (Default 0.5%)
        GET
      • Custom Affiliate Commission
        GET
      • Affiliate Estimate Blockchain Fees
        GET
      • Affiliate Coin Info & Minimum
        GET
      • List all Coins & Minimums (Affiliate)
        GET
    • https://api.paygate.im/crypto/erc20/usdc/convert.php?from=usd&value=109.78
      GET
    • Generate QR Code
      GET
    • Callback Event
      GET
    • Check Payment Status
      GET

      https://api.paygate.im/crypto/erc20/usdc/convert.php?from=usd&value=109.78

      GET
      /crypto/erc20/usdc/convert.php
      Generated from cURL: curl --location 'https://api.paygate.im/crypto/erc20/usdc/convert.php?from=usd&value=109.78' --header 'Accept: application/json'

      Request

      Query Params

      Header Params

      Responses

      🟢200
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location '/crypto/erc20/usdc/convert.php?from=usd&value=109.78' \
      --header 'Accept: application/json'
      Response Response Example
      {
          "status": "success",
          "value_coin": "0.00179614",
          "exchange_rate": "0.0000163613"
      }
      Modified at 2026-04-04 15:04:25
      Previous
      List all Coins & Minimums (Affiliate)
      Next
      Generate QR Code
      Built with