v2

latestOpenAPI 3.0.3Apache 2.02026-08-0715707.5 MB
Securities Transfers

List securities transfers

List securities transfers

get/securities_transfers

Query parameters

direction'INCOMING' | 'OUTGOING' required

Filter the list by transfer direction.

sort'created_at' | 'updated_at'

Sort the result by created_at, updated_at.

order'ASC' | 'DESC'

Sort order of the result list if the sort parameter is specified. Use ASC for ascending or DESC for descending sort order.

offsetinteger

Use the offset argument to specify where in the list of results to start when returning items for a particular query.

limitinteger

Use the limit argument to specify the maximum number of items returned.

user_idstring uuid

User unique identifier.

account_idstring uuid

Account unique identifier.

account_group_idstring uuid

Account group unique identifier.

status'NEW' | 'PROCESSING' | 'CANCELLED' | 'SETTLED'

Status of the securities transfer

  • NEW - Securities transfer is created but not started processing.
  • PROCESSING - Securities transfer is in processing.
  • SETTLED - Securities transfer was successfully settled.
  • CANCELLED - Securities transfer was cancelled.

Response

Securities Transfers list