User History
Fetch bridge history for a user. Will be removed in the future, please use /histor-cursor instead.
Authorizations
JWT token for authentication
Query Parameters
Page number for pagination (starts at 1).
Number of items per page (maximum 50).
The field that results will be sorted by. Either "createdAt" (sorting by the datetime that the quote was created) or "updatedAt" (sorting by the datetime that the quote was last updated). Must be used in conjunction with sortDirection.
createdAt, updatedAt The order that results will be returned in. Either "asc" or "desc". Must be used in conjunction with sortBy.
asc, desc Optional filter by the status of the bridge/bridge+swap transaction. One of: "PENDING" (the quote has been committed but the deposit has not yet been received and accepted for processing), "ACCEPTED" (the deposit has been accepted and the transaction is being processed onchain), or "EXECUTED" (fully processed onchain).
PENDING, ACCEPTED, EXECUTED