We are integrating Bitcoin Cash in our business (I'll disclose the URL once it's ready in production) and the site is now waiting till the first confirmation to accept the payment. From what I understand I can trust a 0 confirmation tx if I wait long enough to know that the transaction I see is the first transaction seen by the network but I have two questions.
Would I need to look at the fee? Maybe if a fee is very low the transaction won't go throught.
Another question I have is I'm thinking of using the https://insight.is API and they include a value that says "doubleSpentTxID":null. Is this value just saying that they don't see any double spend or are they offering any type of guarantee?
Example: https://insight.bitpay.com/api/tx/81bcf ... 7b2aa26ca2
I've been reading the Blockcypher API and they offer a very clear solution on this but unfortunately they don't offer the API for Bitcoin Cash yet https://blockcypher.github.io/documenta ... firmations
Any alternative to track the double spend in a relatively secure way?