e445c15e5bee
List transfers
Lists transfers for an enterprise with filtering, pagination, and sorting.
Path parameters
Your enterprise id.
Query parameters
Maximum number of results to return per page. Defaults to 50.
Number of results to skip before returning. Defaults to 0.
Filter transfers to one or more accounts within the enterprise.
[ "\"aba3a693-4f28-4523-8e53-85a3df22a608\"" ]
Filter by one or more transfer statuses.
[ "\"completed\"" ]
Filter by generic asset identifier.
Filter by source entity type.
Filter by destination entity type.
Filter by transfer direction relative to the account. "send" returns withdrawals (negative amount), "receive" returns deposits (positive amount).
Return transfers created on or after this date (ISO 8601).
Return transfers created on or before this date (ISO 8601).
Sort direction for sortTimestamp (venue creation time, falls back to ingestion time). Defaults to desc.
Case-insensitive search across transfer fields: transfer ID, fromId, toId, fromName, and toName.
Filter to transfers whose on-chain destination address matches this value (exact match). Joins through the crypto-detail relation; transfers without a crypto detail are excluded when this filter is set.
Headers
User id of the user making the request.
Response
OK