New Update! 🤩
We have added new endpoints to our system, Take a look! 😎
New WaaS endpoint:
-
Get Wallet Transaction Details by Transaction Id - obtain information on a transaction made from your Wallet by using the `transactionId` parameter;
Shortcuts through Blockchain Events and a specific Event Subscription for Blockchain data:
-
Get Address Details From Callback - obtain data for a specific address from an Event of yours that it takes part in;
-
Get Block Details By Block Hash From Callback - obtain data for a specific block by using the `blockHash` parameter from an Event of yours that it takes part in;
-
Get Block Details By Block Height From Callback - obtain data for a specific block by using the `blockHeight` parameter from an Event of yours that it takes part in;
-
Get Transaction Details By Transaction ID From Callback - obtain data for a specific transaction by using the `transactionId` parameter from an Event of yours that it takes part in;
And more:
-
ETH Ropsten network has been added to all
Internal endpoints of Blockchain Data!