How do confirm the transaction had a final in radix?

we can query receipt of transaction in eth,
how to do that in radix chain ,any core API can support?

Hi abel,

Yes you can use the transaction/status end point in the Gateway API. Please see the documentation here: Transaction Status Gateway

as the environment limit, we only use the core API, have anyway to ensure it?

You can get a stream of committed transactions from the core API, but doesn’t have the functionality to check a specific tx hash like the Gateway: Core API

Is there a specific limit to the number of transactions in a specific state version?

I want to query all tx in a state version, the limit filed how to set?
image