Retrieve bridging transactions
Retrieve a list of bridging transactions based on various query parameters such as cursor, sender, receiver, address, transaction type, and limit. This endpoint allows users to filter transactions to get precise data related to deposits and withdrawals. The response includes transaction details, such as sender and receiver addresses, token information, and related events like deposit initialization and finalization. Use this endpoint for monitoring, auditing, or analyzing bridging transactions. The 'cursor' parameter can be used for pagination to fetch subsequent sets of results.
Query Parameters
cursor
stringSpecify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
sender
stringSender address
receiver
stringReceiver address
address
stringAddress involved in the transaction
type
stringType of bridging transaction
"deposit" | "withdraw"
limit
integerLimit the number of results
50
List of bridging transactions retrieved successfully