This section explains how to retrieve the status and history of your bridge transactions. You can use these endpoints to monitor transaction progress and confirm successful transfers.
To check the status of a specific bridge, use the following API request:
When you commit a bridge transaction, you receive a quoteId
that you can use to track the transaction status.
PENDING
- The transaction is being processed.ACCEPTED
- The deposit is valid and has been accepted.EXECUTED
- The transaction is complete, and credited on destination chain.CANCELLED
- The transaction did not complete successfully.For the full response format and more details, see the API Reference.
To retrieve a list of past transactions:
rhino.fi prioritizes transaction privacy, so the history endpoint is disabled by default for API keys. If access is required, ensure your API key is kept private and properly configured.
You can request access to the user history endpoint by contacting us.
This section explains how to retrieve the status and history of your bridge transactions. You can use these endpoints to monitor transaction progress and confirm successful transfers.
To check the status of a specific bridge, use the following API request:
When you commit a bridge transaction, you receive a quoteId
that you can use to track the transaction status.
PENDING
- The transaction is being processed.ACCEPTED
- The deposit is valid and has been accepted.EXECUTED
- The transaction is complete, and credited on destination chain.CANCELLED
- The transaction did not complete successfully.For the full response format and more details, see the API Reference.
To retrieve a list of past transactions:
rhino.fi prioritizes transaction privacy, so the history endpoint is disabled by default for API keys. If access is required, ensure your API key is kept private and properly configured.
You can request access to the user history endpoint by contacting us.