Bitcoin Forum
September 08, 2024, 07:30:00 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: [ANN] 🤖 TOKENGATEWAY.IO - API to send & receive ER20 Tokens and ETH  (Read 2587 times)
bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
November 16, 2018, 04:50:43 PM
Last edit: October 28, 2019, 08:04:57 PM by bitblade
 #1
















   

dodziu
Full Member
***
Offline Offline

Activity: 475
Merit: 100


View Profile
June 02, 2019, 07:52:37 AM
 #2

You may need to delete some of your  bumps in order to bring sanity to your thread.
I am a coder myself and I thought your website api can be useful to my clients but the idea of buying credit continuously turn me off.
Is there no way people can buy the api one-time instead of refilling credit ?
bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
June 03, 2019, 07:28:42 PM
 #3

You may need to delete some of your  bumps in order to bring sanity to your thread.
I am a coder myself and I thought your website api can be useful to my clients but the idea of buying credit continuously turn me off.
Is there no way people can buy the api one-time instead of refilling credit ?
Hello! Thanks for your feedback. As we have continously costs for running the infrastructure, we also need to charge for API usage continously. From what I see the credits system has advantages but also some disadvantages.

The advantages are:
It's fair, as you only pay what you use.
It's easy to use: You only need to send ethereum to a deposit address to refill your credits

The disadvantages are:
You still need to refill credits continously (if you don't automate this process)
There is currently no way to pay with paypal, credit card or something
Not everyone likes the pay as you go system and a monthly subscription might work better for some users.

If you have an idea of how the pricing system can be improved, please let me hear.


butt_coin
Copper Member
Newbie
*
Offline Offline

Activity: 20
Merit: 4


View Profile
June 22, 2019, 08:52:03 AM
 #4

It would probably make a lot more sense if one can import some eth addresses with tokens already on them, or at least allow the user access to private keys because not having control over our own keys isn't a great feeling.
bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
June 23, 2019, 08:36:46 PM
 #5

It would probably make a lot more sense if one can import some eth addresses with tokens already on them, or at least allow the user access to private keys because not having control over our own keys isn't a great feeling.

You are correct. Import could be made possible by importing keystore files. Access to private keys however is not possible as this is not how our system works.
What do you think, would an import/export for keystores be alright?

Elemeno
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 24, 2019, 02:03:50 PM
Last edit: June 24, 2019, 02:20:01 PM by Elemeno
 #6

The project looks very very promising!

We are also very interested in the possibility to access our own existing addresses. Would it be possible to send the address and the key to the API and execute queries? Is that what you mean by "importing keystores" or would the importing have to be done manually? It would also be very helpful if you could create forwarding addresses such as those offered by Blockcypher for Bitcoin. And it would also be great if you could provide a function to display the history of incoming and outgoing transfers of an address.

Do you have anything planned in this direction in the near future?
bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
June 25, 2019, 10:24:27 AM
 #7

The project looks very very promising!

We are also very interested in the possibility to access our own existing addresses. Would it be possible to send the address and the key to the API and execute queries? Is that what you mean by "importing keystores" or would the importing have to be done manually? It would also be very helpful if you could create forwarding addresses such as those offered by Blockcypher for Bitcoin. And it would also be great if you could provide a function to display the history of incoming and outgoing transfers of an address.

Do you have anything planned in this direction in the near future?

My idea was to manually allow an upload of keystore files which would then be added to the accounts ethereum addresses. However, even then this wouldn't work at all without the password. An option to do the import via API would also be possible. You would just need to send the name of the keystore, the content (json), and the password (Which won't be saved on our servers of course.)

I thought about adding an IPN feature with forwarding addresses earlier (And also began with the development of that), but we are currently lacking development resources to continue this. A history of incoming/outgoing transactions by address is not possible unless we would develop a whole block explorer unfortunately. (We would love to, but don't have the resources for this)

100bitcoin
Sr. Member
****
Offline Offline

Activity: 860
Merit: 423


View Profile WWW
September 19, 2019, 11:37:33 PM
 #8

-  Send ERC20 tokens automatically
How does the signing operation take place? Do we get access to the private key?

- Receive ERC20 tokens automatically
Do you send notification against each incoming transaction? Is there any forwarding address involved? If not, then how a sender is mapped to an incoming transaction?

- Get info on ERC20 transaction by hash
Is there any list of info that you provide against an ERC20 transaction?

bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
September 22, 2019, 06:59:31 PM
 #9

We successfully migrated to the monthly pricing system, smaller design updates have also been made. We're looking forward to implement more features soon.

-  Send ERC20 tokens automatically
How does the signing operation take place? Do we get access to the private key?

- Receive ERC20 tokens automatically
Do you send notification against each incoming transaction? Is there any forwarding address involved? If not, then how a sender is mapped to an incoming transaction?

- Get info on ERC20 transaction by hash
Is there any list of info that you provide against an ERC20 transaction?

1. You do not have access to the private key, we also do not have access to it as we don't store private keys on our system. We are saving the keystore files kinda safe, whenever a password is provided, we are going to send the transaction. Also, we are working with multiple layers for ensuring security.

2. Currently we are just offering to generate addresses with our services, and using cronjob or something else the balance can be checked by using the getEthereumBalance or getTokenBalance functions. We are working on a IPN system, which will notify changes to the balances to a customer specified URL. There will be forwarding addresses, too. We just weren't able to publish this feature yet.

3. Sure! You can see this in the example response on our Docs. Currently we can get the following info about an ERC20 transaction (by just providing the transaction hash): Token name, Token symbol, blockhash, blocknumber, transaction index, sender, receiver, contract address, gas price, gas amount, confirmations. Also, this will work with any ERC20 compliant token.

bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
September 26, 2019, 07:09:08 PM
 #10

Updated the Bitcointalk Thread to show the correct info about our new pricing system.

dodziu
Full Member
***
Offline Offline

Activity: 475
Merit: 100


View Profile
September 27, 2019, 03:57:26 PM
 #11

You may need to delete some of your  bumps in order to bring sanity to your thread.
I am a coder myself and I thought your website api can be useful to my clients but the idea of buying credit continuously turn me off.
Is there no way people can buy the api one-time instead of refilling credit ?
Hello! Thanks for your feedback. As we have continously costs for running the infrastructure, we also need to charge for API usage continously. From what I see the credits system has advantages but also some disadvantages.

The advantages are:
It's fair, as you only pay what you use.
It's easy to use: You only need to send ethereum to a deposit address to refill your credits

The disadvantages are:
You still need to refill credits continously (if you don't automate this process)
There is currently no way to pay with paypal, credit card or something
Not everyone likes the pay as you go system and a monthly subscription might work better for some users.

If you have an idea of how the pricing system can be improved, please let me hear.



My suggestion here may not be useful because your business is profit oriented and it will always come first when any critical decision are to be taking.
Regardless that, i will suggest that you should try to look for cheaper resources to build a less expensive and cheaper to maintain infrastructure, this will bring in more users and you can leverage profits on bigger number of users.
You can charge a cheap set up fees and very cheap monthly fees.
Please note that there are other alternatives to achieve what you are providing.
bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
September 29, 2019, 01:58:35 PM
 #12

You may need to delete some of your  bumps in order to bring sanity to your thread.
I am a coder myself and I thought your website api can be useful to my clients but the idea of buying credit continuously turn me off.
Is there no way people can buy the api one-time instead of refilling credit ?
Hello! Thanks for your feedback. As we have continously costs for running the infrastructure, we also need to charge for API usage continously. From what I see the credits system has advantages but also some disadvantages.

The advantages are:
It's fair, as you only pay what you use.
It's easy to use: You only need to send ethereum to a deposit address to refill your credits

The disadvantages are:
You still need to refill credits continously (if you don't automate this process)
There is currently no way to pay with paypal, credit card or something
Not everyone likes the pay as you go system and a monthly subscription might work better for some users.

If you have an idea of how the pricing system can be improved, please let me hear.



My suggestion here may not be useful because your business is profit oriented and it will always come first when any critical decision are to be taking.
Regardless that, i will suggest that you should try to look for cheaper resources to build a less expensive and cheaper to maintain infrastructure, this will bring in more users and you can leverage profits on bigger number of users.
You can charge a cheap set up fees and very cheap monthly fees.
Please note that there are other alternatives to achieve what you are providing.

Thank you very much for your feedback. I guess we will be able to lower our pricing when there are more users. For now we will stay with our different monthly pricing plans and reinvest the money to build a better, more secure and feature rich solution.

bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
October 10, 2019, 07:04:17 PM
 #13

We just added a captcha to prevent bots from using our contact form. Also, we changed our FAQ so all answers are up to date again.

apoorvlathey
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 547


CryptoTalk.Org - Get Paid for every Post!


View Profile WWW
October 16, 2019, 08:14:24 PM
 #14

Bump
Bump
Bump
It is great that you are following the forum rules of not bumping the thread more than once within 24hrs.
But please delete your older bump posts when you create new bump. I have reported to the mods so they would be taking care from now on.

bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
October 17, 2019, 07:18:47 PM
 #15

Bump
Bump
Bump
It is great that you are following the forum rules of not bumping the thread more than once within 24hrs.
But please delete your older bump posts when you create new bump. I have reported to the mods so they would be taking care from now on.

Alright thanks for the feedback. Will do it that way from now on Smiley

bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
October 26, 2019, 12:11:19 PM
 #16

We have implemented a new endpoint for the Rinkeby Testnet. You can now use our API to interact with the Rinkeby Testnet Blockchain!

Please check out our documentation for an overview of the endpoints for every function.

Also, the Thread design has been updated!

bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
November 08, 2019, 08:04:01 PM
 #17

We created a few tutorials with example PHP code to make it easier for new users to implement our solution.
Check out this section to get an overview of the tutorials: https://tokengateway.io/docs#tutorials
Also, we improved the Documentation site a bit as the functions navigation bar is now structured by request type.
We decided to remove the Live Chat from our site as it hasn't been used a lot. We will focus more on Telegram and email support now.

Commadante2
Jr. Member
*
Offline Offline

Activity: 112
Merit: 1


View Profile
November 13, 2019, 10:41:49 PM
 #18

It seems to be an interesting project that can be assigned to any kind of small and largest most profitable industries.Best of luck for your project.

───────    ️MyCryptoParadise (https://mycryptoparadise.com//)─────
️MyCryptoParadise[/i
bitblade (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 60
Merit: 0

Chaingateway.io - Blockchain API


View Profile WWW
November 14, 2019, 07:52:51 AM
 #19

It seems to be an interesting project that can be assigned to any kind of small and largest most profitable industries.Best of luck for your project.
Thank you so much! We're always doing our best to provide a reliable solution.

Oxherder
Jr. Member
*
Offline Offline

Activity: 94
Merit: 1

COMM - A Scientific Publisher and Asset Manager


View Profile WWW
November 14, 2019, 08:53:16 PM
 #20

Is that possible to add token getway in my website as payment method?

[ COMM ] An innovative payment network that endows knowledge with value.
https://cryptocommonwealth.co/
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!