Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Other Popular Cryptos / Coins => TRON (TRX) Forum + Ecosystem => Topic started by: mr2c2r on December 05, 2022, 10:18:30 PM

Title: send crypto from wallet by api
Post by: mr2c2r on December 05, 2022, 10:18:30 PM
Hello
I want to send my cryptocurrency with api from a wallet like exodus
I have little knowledge of blockchain programming so I don't know where to start
In the first stage, the intention is to send USDT and TRX in the TRX network by api.
Currently, my cryptocurrency is in a wallet that has its private key and recovery phrase available to me
Is there a way to do this?
Title: Re: send crypto from wallet by api
Post by: ZebraSnake on December 06, 2022, 10:04:54 AM
Hi!

If you need to automate payments from some Internet project, so that payments are sent at the request of users or the administrator of this project/site, you can use a ready-made payment solution Zebrascript.

This is not actually a wallet, but a software written in PHP, which is hosted on your server. You have to specify your wallet data, which is necessary to receive or send money. In particular, to send tokens in TRX network you will need xPriv from your wallet. And when payment requests come to Zebrascript via API from your project, transactions are created and sent to the blockchain. At the same time information about the payment status is sent back to the site/project by callbacks.

In case if the programming knowledge is not enough to integrate your project by API, we can do everything ourselves; now this service costs $100 one-time fee.
Zebrascript costs $60 fixed monthly fee which is independent of turnover.

Quote
In the first stage, the intention is to send USDT and TRX in the TRX network by api.

Now there is support for USDT and TRX, as well as many other payments and cryptocurrencies. And when at later stages you need something else, you won't need to code something, it is enough to set up new payment methods in admin panel.

If you need to make payments by list, for example, a couple times a month, uploading a list/file in the interface with information about wallets and amounts to be sent, then this functionality is already planned and if there is already a real need in it - then we can move it to the beginning of feature list. And to use Zebrascript in this mode no integration with the project will be required, everything will be done through the admin panel.

We will be glad if this solution fits your needs.