CoinPaymentsNet / coinpayments-php

MIT License
54 stars 30 forks source link

How many addresses can be generated with GetOnlyCallbackAddress #15

Closed SyedMuradAliShah closed 1 year ago

SyedMuradAliShah commented 2 years ago

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?

Crypto2 commented 2 years ago

You'd probably want to ask CoinPayments support at https://www.coinpayments.net/help-support

rubensrocha commented 2 years ago

Official reply about Get Callback Address:

There is no limit to the amount of wallets that can be generated.

lexy10 commented 6 months ago

WHy does the address generation not request for network? Or does it automatically get the network, e.g ETH has trc, bsc, erc

Crypto2 commented 6 months ago

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.

lexy10 commented 6 months ago

Ohhh, I just saw this, thank you so much. Saved me