ETH (Ethereum) Deposit and Transfer API Documentation

·

Introduction

Ethereum (ETH) has emerged as a leading blockchain platform due to its innovative smart contract functionality, robust security, and extensive developer ecosystem. For cryptocurrency exchanges, integrating ETH deposit and transfer capabilities is essential to facilitate seamless user transactions. This API documentation outlines Udun Wallet's comprehensive solution for ETH integration, ensuring secure and efficient asset management.


Core Features

1. ETH Deposit Interface

2. ETH Transfer Interface

3. Security & Compliance


API Endpoints

1. Generate ETH Address

Example Request:
{
  "timestamp": 1625097600,
  "nonce": 12345,
  "sign": "md5_hashed_signature",
  "body": "[{\"merchantId\":\"EX123\",\"coinType\":60,\"callUrl\":\"https://yourcallback.com\"}]"
}

2. Initiate Withdrawal

Example Response (Success):
{
  "code": 200,
  "message": "SUCCESS"
}

3. Transaction Callback


Security Protocols

  1. Signing Mechanism:

    • Generate sign using:
      md5(body + apiKey + nonce + timestamp).
  2. Rate Limiting: API calls are throttled to 10 requests/second.
  3. IP Whitelisting: Restrict access to known exchange servers.

FAQ

Q1: How long do ETH deposits take to confirm?

Q2: What’s the minimum withdrawal amount?

Q3: How are private keys secured?


👉 Explore Udun Wallet’s Full API Suite for additional币种 integrations and advanced features.

Note: All hyperlinks except the above Udun Wallet link have been removed for security compliance.