Infura Ethereum (Independent Publisher) (Preview)
The Infura Ethereum Connector uses the Infura JSON-RPC API to access the Ethereum Blockchain.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Sebastian Zolg |
URL | https://sebastianzolg.de |
sebastian.zolg@leantify.com |
Connector Metadata | |
---|---|
Publisher | Sebastian Zolg |
Website | https://infura.io/ |
Privacy policy | https://consensys.net/privacy-policy |
Categories | Finance;Data |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Project Id | securestring | The Id of your Infura Ethereum Project. | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get Balance |
Returns the balance of the account of given address. |
Get Block Number |
Returns the number of most recent block. |
Get Gas Price |
Returns the current price per gas in wei. |
Get Balance
Returns the balance of the account of given address.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Address
|
Address | string |
Address |
|
Block
|
Block | string |
Block |
Returns
Name | Path | Type | Description |
---|---|---|---|
Result
|
result | integer |
Result |
Get Block Number
Returns the number of most recent block.
Returns
Name | Path | Type | Description |
---|---|---|---|
Result
|
result | integer |
Result |
Get Gas Price
Returns the current price per gas in wei.
Returns
Name | Path | Type | Description |
---|---|---|---|
Result
|
result | integer |
Result |