I am send bitcoin using this code but it given error request timeout.
var token = "";
Blockcypher b = new Blockcypher(token, Endpoint.BtcMain);
var fromAddress = new AddressInfo("19pp71hz86nMhcNdjnFGBxdUyaBX7LexW", // TESTNET
"649c1ab75fc2a506efb166d0be397bf3b25f039c41fc6af21ead93abd2830294", // HEX
"03ed37ba981bbf9bb33b55a5e2d3eb59980ed69e2acc23b0c6d4c874b6113d8040"); // COMPRESSED
var toAddress = new AddressInfo("1feist3NVh9e49x5itjYWGSxSrWsApgBc", // TESTNET
"", // HEX
""); // COMPRESSED
I am send bitcoin using this code but it given error request timeout. var token = ""; Blockcypher b = new Blockcypher(token, Endpoint.BtcMain); var fromAddress = new AddressInfo("19pp71hz86nMhcNdjnFGBxdUyaBX7LexW", // TESTNET "649c1ab75fc2a506efb166d0be397bf3b25f039c41fc6af21ead93abd2830294", // HEX "03ed37ba981bbf9bb33b55a5e2d3eb59980ed69e2acc23b0c6d4c874b6113d8040"); // COMPRESSED var toAddress = new AddressInfo("1feist3NVh9e49x5itjYWGSxSrWsApgBc", // TESTNET "", // HEX ""); // COMPRESSED