{
"currency": "ETH",
"chain": "eth"
}curl --location --request POST 'https://api.kucoin.com/api/v1/deposit-addresses' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "ETH",
"chain": "eth"
}'{"code":"200000","data":{"address":"0x02028456f38e78609904e8a002c787ede7a73d7c","memo":null,"chain":"ERC20","chainId":"eth","to":"MAIN","currency":"ETH"}}