Skip to main content

Get the deposit address

Type: GET
Description: /v4/deposit/address

Parameters

nametypemandatorydefaultdescriptionranges
chainstringtrueN/ANetwork for deposit
currencystringtrueN/ACurrency name

Notes

This endpoint retrieves the deposit address for a specified currency on a given chain.

  • Some currencies may require a memo/tag in addition to the address.
  • Always confirm the network matches the currency to avoid loss of funds.

Response Example

Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": {
"address": "0xfa3abfa50eb2006f5be7831658b17aca240d8526", // Wallet address
"memo": "" // Memo/Tag if required, otherwise empty
}
}