i want to build a cryptocurrency exchange so my question how is best way and secure way to depositing and withdrawing clients ?
should i use api like https://cryptoapis.io or https://www.blockcypher.com/ ?
and this api dont support tether too !!?
i want to build a cryptocurrency exchange so my question how is best way and secure way to depositing and withdrawing clients ?
should i use api like https://cryptoapis.io or https://www.blockcypher.com/ ?
and this api dont support tether too !!?
The most secure way is running your own full nodes per Blockchain.
Using third-party services such as blockcypher will put you & your business at high risk because of:
If there was high costs or too steep learning curve on running your own full nodes & connecting to, Maybe using provided interfaces (e.g. JSON/RPC for bitcoincore) was a reasonable way to start with, & switch to your own nodes during next steps, But as there is no such barrier, you'd better launching your own nodes.