// signals.blue // crypto signals - sample JSON payload for webhook { "type":"signal", "content":{ "full_crypto_name":"COTI", "crypto_ticker":"COTI", "period":"short-term", "pair":"BTC", // BTC or USDT "risk":"medium", // low, medium or high "buy_zone":"0.00000625", "targets":[ "0.00000641", "0.00000671", "0.00000701", "0.00000732" ], "open_price":"0.00000610", "stop_loss":"0.00000561", "exchange_links": [] // always empty } } { "type":"update", "content":{ "full_crypto_name":"COTI", "crypto_ticker":"COTI", "open_date":"2021-03-14T19:29:00Z", "target_number":"1", "percentage_profit":"5.08", "exchange_links": [] // always empty } } { "type":"raw", "content":"Sample content of the message, usually not related to any signal." }