<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Crypto APIs</title>
    <description>The latest articles on DEV Community by Crypto APIs (@cryptoapis).</description>
    <link>https://dev.to/cryptoapis</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F488679%2Fd8a9a2ce-2fd3-49f1-a3fb-2042d91e70b9.png</url>
      <title>DEV Community: Crypto APIs</title>
      <link>https://dev.to/cryptoapis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cryptoapis"/>
    <language>en</language>
    <item>
      <title>Webhooks: Real-time notifications for blockchain events</title>
      <dc:creator>Crypto APIs</dc:creator>
      <pubDate>Thu, 15 Oct 2020 07:57:17 +0000</pubDate>
      <link>https://dev.to/cryptoapis/webhooks-real-time-notifications-for-blockchain-events-15in</link>
      <guid>https://dev.to/cryptoapis/webhooks-real-time-notifications-for-blockchain-events-15in</guid>
      <description>&lt;p&gt;Real-time webhook notifications for transactions and events&lt;br&gt;
&lt;a href="https://docs.cryptoapis.io/rest-apis/blockchain-as-a-service-apis/eth/index#webhook-notifications"&gt;Crypto APIs Webhooks&lt;/a&gt; push notifications events have been already 1.5 years on the market, and recently we introduced Webhook 2.0 which adds massive optimization and better scalability.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cryptoapis.io/"&gt;Crypto APIs&lt;/a&gt; supports Webhooks (also called web callbacks or HTTP push APIs) to provide your applications with real-time information.&lt;/p&gt;

&lt;p&gt;Many usage patterns require knowing when an event occurs: i.e., when a transaction is included in a block, or when an unconfirmed transaction is relayed through the network. Instead of requiring you to continuously poll resources, Crypto APIs provides push APIs to facilitate those use cases.&lt;/p&gt;

&lt;p&gt;Crypto APIs supports &lt;a href="https://cryptoapis.io/blog/webhooks-push-notifications-for-blockchain-events/"&gt;Webhook notifications&lt;/a&gt; for:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bitcoin, Ethereum, Litecoin, Bitcoin Cash, Ethereum Classic, DASH, DOGE, ERC20 tokens, Zilliqa, Ripple&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use cases&lt;/strong&gt;&lt;br&gt;
Crypto exchanges, Wallets, Block explorers, Hardware ledgers and others can use Webhooks in the following matter:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Get updates when an event happens, no need for polling data all the time&lt;/li&gt;
&lt;li&gt;Monitor incoming and outgoing transactions in any address&lt;/li&gt;
&lt;li&gt;Get notification for new block, new transaction or new confirmation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Webhook types&lt;/strong&gt;&lt;br&gt;
To best understand how you can use the Webhook notifications, you should know what kind of events we support:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://docs.cryptoapis.io/rest-apis/blockchain-as-a-service-apis/btc/index#btc-webhooks-create-new-block-webhook-endpoint"&gt;NEW_BLOCK&lt;/a&gt; – Triggered for every new block added to the blockchain you’ve selected as your base resource.&lt;br&gt;
&lt;a href="https://docs.cryptoapis.io/rest-apis/blockchain-as-a-service-apis/btc/index#btc-webhooks-create-confirmed-transaction-webhook-endpoint"&gt;CONFIRMED_TX&lt;/a&gt; – Triggered for every new transaction making it into a new block; in other words, for every first transaction confirmation.&lt;br&gt;
&lt;a href="https://docs.cryptoapis.io/rest-apis/blockchain-as-a-service-apis/btc/index#btc-webhooks-create-address-transaction-webhook-endpoint"&gt;ADDRESS&lt;/a&gt; – Triggered any time an address appears in a transaction in a new block added to the blockchain or into the unconfirmed queue and waiting to be mined.&lt;br&gt;
&lt;a href="https://docs.cryptoapis.io/rest-apis/blockchain-as-a-service-apis/btc/index#btc-webhooks-create-transaction-confirmations-webhook-endpoint"&gt;TRANSACTION_CONFIRMATIONS&lt;/a&gt; – Receive confirmations for a specified address.&lt;/p&gt;

</description>
      <category>blockchain</category>
    </item>
  </channel>
</rss>
