The Client ID that owns the API Key for the request
The pass phrase affiliated with the API Key
A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY
The timestamp of when the request is being made
Identifies a portfolio by UUID (e.g., 892e8c7c-e979-4cad-b61b-55a197932cf1) or portfolio ID (e.g., 5189861793641175). If a portfolio identifier is provided under this param, it will be added to the list of values under portfolios
Identifies the portfolios by UUID (e.g., 892e8c7c-e979-4cad-b61b-55a197932cf1) or portfolio ID (e.g., 5189861793641175). Can provide single or multiple portfolios to filter by or fetches transfers for all portfolios if none are provided.
Only find transfers updated after this time. Uses ISO-8601 format (e.g., 2023-03-16T23:59:53Z)
"2023-03-16T23:59:53.000Z"
Only find transfers updated before this time. Uses ISO-8601 format (e.g., 2023-03-16T23:59:53Z)
"2023-03-16T23:59:53.000Z"
The number of results to return (defaults to 25 with a max supported value of 100)
30
The number of results from the beginning to skip past
50
The current status of transfer The current status of the transfer
PROCESSED, NEW, FAILED, STARTED "PROCESSED"
The type of transfer
DEPOSIT, WITHDRAW, STIPEND, INTERNAL, FUNDING, ALL, LOAN_ACQUIRE, LOAN_REPAY, LOAN_INTEREST_CHARGE, REAL_TIME_SETTLEMENT, ALL_LOANS, LIQUIDATION_EQUITY_CLAWBACK, POSITION_TRANSFER, REV_SHARE, USDC_REWARD "DEPOSIT"
Specifies the pagination method to use.
OFFSET: Traditional offset-based pagination using result_offset (default behavior). Faster but may return duplicate results when new transfers are created between paginated requests.CURSOR: Cursor-based pagination using search_after_time and search_after_idem for stable, consistent results. Recommended to avoid duplicate results when new transfers are created between paginated requests, though slightly slower than offset pagination.If not specified, the pagination type is inferred from the parameters provided.
OFFSET, CURSOR The updated_at timestamp of the last transfer from the previous page, used for cursor-based pagination.
Must be provided together with search_after_idem. Uses ISO-8601 format (e.g., 2023-03-16T23:59:53Z).
Cannot be used with result_offset or pagination_type=OFFSET.
"2023-03-16T23:59:53Z"
The transfer_uuid of the last transfer from the previous page, used for cursor-based pagination.
Must be provided together with search_after_time. Cannot be used with result_offset or pagination_type=OFFSET.