post https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/deposits/generate_coin_address
Request Parameters
Field Name | Description | Type |
---|---|---|
currency * | Currency Symbol | String |
net_type * | Currency Network | String |
Response1
Field Name | Description | Type |
---|---|---|
success | Request Success Y/N | Boolean |
message | Result Message | String |
Response2
Field 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 complete.
After the address is issued, you will not get a new address but your current issued address will be transitioned into a Response 2.
If the address is not generated normally, please call the API again after a certain time.