How many addresses can be generated with GetOnlyCallbackAddress
Closed this issue · 5 comments
I have a doubt please clear it, How many addresses can be generated with GetOnlyCallbackAddress()
or GetCallbackAddressWithIpn()
.
Actually, I want each of my users to have a single deposit address, what will happen if my user exceeds 3k or 10k or let's say 100k.
I'm afraid, duplicate addresses will be assigned! Can somebody let me know about its limit?
You'd probably want to ask CoinPayments support at https://www.coinpayments.net/help-support
Official reply about Get Callback Address:
There is no limit to the amount of wallets that can be generated.
WHy does the address generation not request for network? Or does it automatically get the network, e.g ETH has trc, bsc, erc
Each coin has a specific chain, yes. For example, USDT on different chains are USDT.TRC20 and USDT.ERC20. You can see the Supported Coins page for a full list.
Ohhh, I just saw this, thank you so much. Saved me