Generate Address
Generate an address for deposit/withdrawal.
On Unit, protocol addresses are tied to the destination address, the recipient of the deposit or withdrawal.
For deposits, the protocol address is a Unit-derived address on the source chain (Bitcoin or Ethereum) assigned to a user's Hyperliquid address.
For withdrawals, the protocol address is a Unit-derived Hyperliquid address assigned to a user's address on the destination chain.
Once a protocol address is created, all future transfers received by this address - above the minimum amount - are credited to the respective destination address.
The minimum BTC amount is 0.002 BTC (20,000 sats), and the minimum ETH amount is 0.05 ETH (5e16 wei). This ensures the deposit/withdrawal is sufficiently beyond the network fees associated with the operation.
Endpoint
GET
/gen/:src_chain/:dst_chain/:asset/:dst_addr
Request Parameters
src_chain
String
Yes
source chain (e.g. "bitcoin", "hyperliquid", or "ethereum")
dst_chain
String
Yes
destination chain (e.g. "bitcoin", "hyperliquid", or "ethereum")
asset
String
Yes
asset symbol (e.g. "btc" or "eth")
dst_addr
String
Yes
destination address.
Example Request
The following generates a Bitcoin deposit address for a Hyperliquid user 0x99a5...9e1D
200: OK Successful Response
200: Error Response
Last updated