List Transit orders
Transit
List Transit orders
Returns a paginated list of historical Transit orders for the given user address.
GET
List Transit orders
Authorizations
API key in format: pxl_<public_id>_
Query Parameters
Maximum number of items to return. Default: 25 when omitted. Min: 1, max: 100.
Required range:
1 <= x <= 100Example:
25
Opaque token for the next page. Omit for the first page of results.
User wallet address whose order history is being fetched.
Example:
"0x1234567890abcdef1234567890abcdef12345678"
AIP-160 filter expression. Supported keys: offerAsset, wantAsset, sourceChain, destinationChain, status.
Example:
"status=PROCESSED"