Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752

Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752

Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752

Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752

Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752

Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752

Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752

Warning: Cannot modify header information - headers already sent by (output started at /home/devcoin/public_html/index.php:3) in /home/devcoin/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1752
{"id":7967,"date":"2021-02-25T13:16:15","date_gmt":"2021-02-25T13:16:15","guid":{"rendered":"https:\/\/dev.coinmarketalert.com\/?page_id=7967"},"modified":"2021-02-26T03:34:49","modified_gmt":"2021-02-26T03:34:49","slug":"webhook-api","status":"publish","type":"page","link":"https:\/\/dev.coinmarketalert.com\/webhook-api\/","title":{"rendered":"webhook-api"},"content":{"rendered":"\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t

Price Alert Call Back \/Webhook Notification API<\/h2><\/div>
The notification that you receive at your callback URL will look like this.

<?php\n\n$coin_name = $_POST[\"coin_name\"];\n$coin_abbreviation = $_POST[\"coin_abbreviation\"];\n$target_type = $_POST[\"target_type\"];\n$threshold_price = $_POST[\"threshold_price\"];\n$currency = $_POST[\"currency\"];\n$usd_price = $_POST[\"usd_price\"];\n$btc_price = $_POST[\"usd_price\"];\n$message = $_POST[\"message\"];\n$time = $_POST[\"time\"];\n\n?><\/pre>

These variables are passed in POST format.

  • coin_name<\/code>\u00a0– it contains the full name of the cryptocurrency.<\/li>
  • coin_abbreviation<\/code>\u00a0– it contains the abbreviation of the cryptocurrency.<\/li>
  • type<\/code>\u00a0– it contains the type of the alert – ‘high_price’ or ‘low_price’.<\/li>
  • threshold_price<\/code>\u00a0– it contains the threshold amount.<\/li>
  • currency<\/code>\u00a0– it contains the threshold currency abbreviation.<\/li>
  • usd_price<\/code>\u00a0– it contains the contemporary USD price of the cryptocurrency.<\/li>
  • btc_price<\/code>\u00a0– it contains the contemporary BTC price of the cryptocurrency.<\/li>
  • message<\/code>\u00a0– it contains a written description of the alert.<\/li>
  • time<\/code>\u00a0– it contains the timestamp at what time this callback was prepared.<\/li><\/ul><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"

    Price Alert Call Back \/Webhook Notification API The notification that you receive at your callback URL will look like this. <?php $coin_name = $_POST[“coin_name”]; $coin_abbreviation = $_POST[“coin_abbreviation”]; $target_type = $_POST[“target_type”]; $threshold_price = $_POST[“threshold_price”]; $currency = $_POST[“currency”]; $usd_price = $_POST[“usd_price”]; $btc_price = $_POST[“usd_price”]; $message = $_POST[“message”]; $time = $_POST[“time”]; ?> These variables are passed in POST […]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":""},"acf":[],"yoast_head":"\nwebhook-api - coinmarketalert<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"webhook-api - coinmarketalert\" \/>\n<meta property=\"og:description\" content=\"Price Alert Call Back \/Webhook Notification API The notification that you receive at your callback URL will look like this. <?php $coin_name = $_POST["coin_name"]; $coin_abbreviation = $_POST["coin_abbreviation"]; $target_type = $_POST["target_type"]; $threshold_price = $_POST["threshold_price"]; $currency = $_POST["currency"]; $usd_price = $_POST["usd_price"]; $btc_price = $_POST["usd_price"]; $message = $_POST["message"]; $time = $_POST["time"]; ?> These variables are passed in POST […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.coinmarketalert.com\/webhook-api\/\" \/>\n<meta property=\"og:site_name\" content=\"coinmarketalert\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-26T03:34:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.coinmarketalert.com\/webhook-api\/\",\"url\":\"https:\/\/dev.coinmarketalert.com\/webhook-api\/\",\"name\":\"webhook-api - coinmarketalert\",\"isPartOf\":{\"@id\":\"https:\/\/dev.coinmarketalert.com\/#website\"},\"datePublished\":\"2021-02-25T13:16:15+00:00\",\"dateModified\":\"2021-02-26T03:34:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.coinmarketalert.com\/webhook-api\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.coinmarketalert.com\/webhook-api\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.coinmarketalert.com\/webhook-api\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.coinmarketalert.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"webhook-api\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev.coinmarketalert.com\/#website\",\"url\":\"https:\/\/dev.coinmarketalert.com\/\",\"name\":\"coinmarketalert\",\"description\":\"AGGREGATING THE CRYPTO WORLD INTO ONE SOCIAL MEDIA PLATFORM\",\"publisher\":{\"@id\":\"https:\/\/dev.coinmarketalert.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev.coinmarketalert.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dev.coinmarketalert.com\/#organization\",\"name\":\"coinmarketalert\",\"url\":\"https:\/\/dev.coinmarketalert.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dev.coinmarketalert.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dev.coinmarketalert.com\/wp-content\/uploads\/2021\/01\/cropped-logo-black.png\",\"contentUrl\":\"https:\/\/dev.coinmarketalert.com\/wp-content\/uploads\/2021\/01\/cropped-logo-black.png\",\"width\":224,\"height\":69,\"caption\":\"coinmarketalert\"},\"image\":{\"@id\":\"https:\/\/dev.coinmarketalert.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"webhook-api - coinmarketalert","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"webhook-api - coinmarketalert","og_description":"Price Alert Call Back \/Webhook Notification API The notification that you receive at your callback URL will look like this. <?php $coin_name = $_POST[\"coin_name\"]; $coin_abbreviation = $_POST[\"coin_abbreviation\"]; $target_type = $_POST[\"target_type\"]; $threshold_price = $_POST[\"threshold_price\"]; $currency = $_POST[\"currency\"]; $usd_price = $_POST[\"usd_price\"]; $btc_price = $_POST[\"usd_price\"]; $message = $_POST[\"message\"]; $time = $_POST[\"time\"]; ?> These variables are passed in POST […]","og_url":"https:\/\/dev.coinmarketalert.com\/webhook-api\/","og_site_name":"coinmarketalert","article_modified_time":"2021-02-26T03:34:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.coinmarketalert.com\/webhook-api\/","url":"https:\/\/dev.coinmarketalert.com\/webhook-api\/","name":"webhook-api - coinmarketalert","isPartOf":{"@id":"https:\/\/dev.coinmarketalert.com\/#website"},"datePublished":"2021-02-25T13:16:15+00:00","dateModified":"2021-02-26T03:34:49+00:00","breadcrumb":{"@id":"https:\/\/dev.coinmarketalert.com\/webhook-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.coinmarketalert.com\/webhook-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.coinmarketalert.com\/webhook-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.coinmarketalert.com\/"},{"@type":"ListItem","position":2,"name":"webhook-api"}]},{"@type":"WebSite","@id":"https:\/\/dev.coinmarketalert.com\/#website","url":"https:\/\/dev.coinmarketalert.com\/","name":"coinmarketalert","description":"AGGREGATING THE CRYPTO WORLD INTO ONE SOCIAL MEDIA PLATFORM","publisher":{"@id":"https:\/\/dev.coinmarketalert.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.coinmarketalert.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dev.coinmarketalert.com\/#organization","name":"coinmarketalert","url":"https:\/\/dev.coinmarketalert.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dev.coinmarketalert.com\/#\/schema\/logo\/image\/","url":"https:\/\/dev.coinmarketalert.com\/wp-content\/uploads\/2021\/01\/cropped-logo-black.png","contentUrl":"https:\/\/dev.coinmarketalert.com\/wp-content\/uploads\/2021\/01\/cropped-logo-black.png","width":224,"height":69,"caption":"coinmarketalert"},"image":{"@id":"https:\/\/dev.coinmarketalert.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/pages\/7967"}],"collection":[{"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/comments?post=7967"}],"version-history":[{"count":10,"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/pages\/7967\/revisions"}],"predecessor-version":[{"id":7987,"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/pages\/7967\/revisions\/7987"}],"wp:attachment":[{"href":"https:\/\/dev.coinmarketalert.com\/wp-json\/wp\/v2\/media?parent=7967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}