List matching transfers
For more information, please visit the INTX Java SDK.
For more information, please visit the INTX Java SDK.
For more information, please visit the INTX .NET SDK.
For more information, please visit the INTX Go SDK.
For more information, please visit the INTX Python SDK.
For more information, please visit the INTX TS SDK.
For more information, please visit the INTX CLI.
Authorizations
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
Query Parameters
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
PROCESSED
, NEW
, FAILED
, STARTED
"PROCESSED"
The type of transfer (defaults to ALL if not defined)
DEPOSIT
, WITHDRAW
, STIPEND
, INTERNAL
, FUNDING
, ALL
, LOAN_ACQUIRE
, LOAN_REPAY
, LOAN_INTEREST_CHARGE
, REAL_TIME_SETTLEMENT
, ALL_LOANS
, LIQUIDATION_EQUITY_CLAWBACK
"DEPOSIT"
Response
Matching transfers
The response is of type object
.