Ethereum Service
Eth Service Ethereum service for simple payment flow. The service provides an easy way to integrate the Eth payment into the application. =============== Example scenario Chatbot When the system wants to ask the customer to pay for the orders or services that the user made the following steps can be applied. 1. The chatbot calls the fulfill that connects to the eth-service to generate the…
Ethereum Service endpoints
| Method | Endpoint | Description |
|---|---|---|
| Transaction | ||
| POST |
Get Transaction /transaction/get-transaction |
Retrieve transaction by providing transaction hash |
| POST |
Get transactions /transaction/get-transactions |
Get multiple transactions |
| POST |
Get Transaction Receipt /transaction/get-transaction-receipt |
Retrieve transaction receipt information by providing transaction hash |
| POST |
Get transaction receipts /transaction/get-transaction-receipts |
Get multiple transaction receipts |
| POST |
Get Transaction by Qr Code /transaction/get-transaction-by-qr-code |
Retrieve transaction information by providing a Qr Code of transaction hash |
| POST |
Get Transaction Receipt by Qr Code /transaction/get-transaction-receipt-by-qr-code |
Retrieve transaction receipt information by providing a Qr Code of transaction hash |
| Block | ||
| POST |
Get Block by a block hash or block number /block/get-block |
Get Block by providing a block hash or block number |
| POST |
Get Blocks by a block hashses or block numbers /block/get-blocks |
Get Block by providing an array of block hashes or block numbers |
| POST |
Get Block by Qr Code /block/get-block-by-qr-code |
Retrieve block information by providing a Qr Code of block number or block hash |
| Price | ||
| POST |
Convert Ethereum to USD /price/convert-eth-to-currency |
The value is calculated based on the Ethereum price from https://etherscan.io/ |
| POST |
Convert USD to Ethereum /price/convert-currency-to-eth |
The value is calculated based on the Ethereum price from https://etherscan.io/ |
| GET |
Get Ethereum price /price/get-eth-price |
Get current Ethereum price from https://etherscan.io/ |
Ethereum Service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|