I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: deposit not showing until i do a manual api call

dashed-slug.net Forums Full Node Multi Coin Adapter extension support deposit not showing until i do a manual api call Reply To: deposit not showing until i do a manual api call

#7447
alexg
Keymaster

The question is whether your wallet is able to trigger that url.

– Did you restart the wallet?
– Is there a firewall in the middle blocking the call?

Perhaps you can try the curl command from the machine that runs the wallet and see if it works. Remove the silent (-s) argument to be able to see errors. So, you might try, from your wallet machine:

curl --verbose -k https://www.urcryptodepot.com/wallets/api3/notify/FCK/wallet/SOMETXID

and see if the command fails.