post https://api.upbit.com/v1/deposits/generate_coin_address
Generate deposit address.
Request Parameters
Name | Description | Type |
---|---|---|
currency * | Currency Symbol | String |
net_type | Deposit network | String |
Response1
Name | Description | Type |
---|---|---|
success | Success Request Y/N | Boolean |
message | Result Message | String |
Response2
Name | Description | Type |
---|---|---|
currency | Currency Symbol | String |
net_type | Currency Network | String |
deposit_address | Deposit Address | String |
secondary_address | Secondary Deposit Address | String |
Deposit Address Generation Request API precaution
Deposit Address Generation occurs asynchronously in the server.
Due to the asynchronous generation characteristics, the deposit address may not be issued simultaneously with the request.
Upon an Address Issuance Request, the result will be returned as Response 1 and it will be returned as Response1 until the address issue is completed.
After the address is issued, you will not get a new address but your current issued address will be transitioned into a Response2.
If the address is not generated normally, please call the API again after a certain time.