List bridge transactions
Returns bridge transaction history for the organization. Supports filtering by asset ID and status, with cursor-based pagination.
Authentication
AuthorizationBearer
JWT access token from POST /auth/login or POST /oauth/token
OR
x-api-keystring
Organization-scoped API key created via POST /orgs/:orgId/api-keys. Carries permission grants.
Path parameters
orgId
Query parameters
assetId
Filter by asset ID
status
Filter by status (pending, submitting, confirmed, failed)
limit
Max results (default 50, max 100)
cursor
Cursor for pagination (created_at of last item)
Response
Response
bridges
nextCursor
Errors
403
Forbidden Error
500
Internal Server Error