Shared node infrastructure for top blockchains using JSON-RPC.
Dedicated nodes infrastructure for leading blockchains using JSON-RPC
Test EVM transactions, optimize gas fees and identify security flaws
Unified data from a single point using REST APIs. Execution time of 25ms.
Real-time notifications for events on top blockchains. Response under 100ms.
A set of prepared cryptographic APIs with unified endpoints which save time and effort.
Get access to unified market data using REST APIs from top crypto exchanges.
In the emerging trend of cryptocurrency’s adoption in our lives, businesses and enterprises are seeking out the technological paths to coordinate crypto installments and complete quick and advantageous payouts. APIs are once again being put to use, due to their strong points in reliability and reusability.
Merchant accounts and services, the smart ones at least, are demanding payment gateway for the accompanying competitive advantages:
The implementation way plays as much importance here as the rest of the advantages. Moving funds from hot wallets to cold wallets is a common practice in the market, it’s used by all exchanges, wallets or payment providers. Payment Forwarding can automatically move any received funds to another wallet. Enterprises can subscribe for payment forwarding for any wallet/address they own while specifying where to move the funds and how to notify them once done.
Crypto APIs is an important factor in this process. It makes sure to:
Now, let’s see some of the endpoints that these advantages are implemented in:
Firstly, in order to create a payment forwarding with the address from HD Wallet you need to include the following data (POST request):
Secondly, in order to create a payment forwarding with the address you need to include the following data (POST request):
Alternatively, there are two ways to create an automated payment forwarding for Ethereum:
If you have a Keystore file/account create on our servers you need to provide the following information:
In order to create an automated payment forwarding for an address that is not stored on our servers you should prove the following information:
Moreover, if the user wants to delete a payment forwarding just specify the uuid of the payment in the URL request.
The DELETE request will return the following response body:
{ “payload”: { “message”: “Payment forwarding with uuid: d2f41deb-3e13-4e19-b197-c2481f9d9eba was successfully deleted!” } }
Find out more in our docs.