1

i have created Webhook on blockcypher.

HOOK :-

{


"id": "ddab39b1-fa67-4889-8159-d3003cd2ad2a",

"token": "mytoken_hidden_for_security",

"url": "https://requestb.in/1dgi1hr1?uniqid=594167735dfd3",

"callback_errors": 0,

"event": "unconfirmed-tx",

"hash": "2b17f5589528f97436b5d563635b4b27ca8980aa20c300abdc538f2a8bfa871b"

}

i am getting callback for lots of transaction but i did't getting any callback for my transaction. means when i send BTC to my blockcypher generated address then i did't get any callback for that.

Thank You.

Shubham Panchal
  • 142
  • 2
  • 10

1 Answers1

0

For an unconfirmed webhook you have to provide an address. Typically you can't provide a transaction hash for unconfirmed because you usually know the hash after it's broadcasted.

Matthieu
  • 149
  • 1