Transactions never got be confirmed

After i send a transaction though /api/v1/transactions, it returns success, but never get confirmed, and the txid could not be found on https://cardanoexplorer.com/, can anybody help?

response:
{“data”:{“id”:“81a1ac216bfe3cdba969fe81f3c91847ef68b6027c27f7ae3dcc0ac3259982f7”,“confirmations”:0,“amount”:45222730162,“inputs”:[{“address”:“DdzFFzCqrhshEWpwRXqKSgAf1NTVqjfTTRKwdMLRF5nNa77ZdyNxVn72LYR4FRncAYv96Mpq2VsQLpbo7BUB9iCt9BaNTanzjBKQCFAV”,“amount”:45222730162}],“outputs”:[{“address”:“DdzFFzCqrhtBYipqRkkFHRfRkhpaF2ZUZCAqRfWjdYMeDhY64nnECvDUhtnuKL8wYScnkEoUUprJ82jMAUS99doVEaUQhBMAAJUknXJy”,“amount”:45222559124},{“address”:“DdzFFzCqrht4ALqkyLLqh1w7f1vY7cNqq14ooXsCvw6gUegRWsfkBUSPkAyH9sKf98qGAdrWd28dDyCrEDHNcW4AkjimketGWh55GWRH”,“amount”:100}],“type”:“local”,“direction”:“outgoing”,“creationTime”:“2018-05-30T10:43:18.283942”,“status”:{“tag”:“applying”,“data”:{}}},“status”:“success”,“meta”:{“pagination”:{“totalPages”:1,“page”:1,“perPage”:1,“totalEntries”:1}}}

system: ubuntu_16.04
cardano: cardano-node-1.2.0, git revision 69b4dd37320122b60966554f947b240e3c645e01

You are trying to transfer 100 Lovelace, maybe you should try 100 * (10 ** 6)

1 Like

No, it’s not the reason. Sometimes small amount can be confirmed, and i also tried large amount (more than 10000*10^6) ,and leads to the same result.