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
string
Specify the cursor used for pagination. This helps in retrieving the next set of results in a paginated response.
sender
string
Sender address
receiver
string
Receiver address
address
string
Address involved in the transaction
type
string
Type of bridging transaction
"deposit" | "withdraw"
limit
integer
Limit the number of results
50
List of bridging transactions retrieved successfully