If accepting monero payments, it is important to check that transactions are not locked until a future block because then it cannot be spent until some time in the future. I have only found "unlock_time" in the "rawtransaction" endpoint. Is it really only available here or can I find it somewhere else? It would be good if it was available in the transactions, transaction, and output endpoints, so it is not necessary to do an additional API request to rawtransaction endpoint.
If accepting monero payments, it is important to check that transactions are not locked until a future block because then it cannot be spent until some time in the future. I have only found "unlock_time" in the "rawtransaction" endpoint. Is it really only available here or can I find it somewhere else? It would be good if it was available in the transactions, transaction, and output endpoints, so it is not necessary to do an additional API request to rawtransaction endpoint.