Skip to main content
GET
List Advanced Transfers

Path Parameters

portfolio_id
string
required

The portfolio ID

Query Parameters

state
enum<string>

The state of the Advanced Transfer to filter by

Available options:
ADVANCED_TRANSFER_STATE_CREATED,
ADVANCED_TRANSFER_STATE_PROCESSING,
ADVANCED_TRANSFER_STATE_DONE,
ADVANCED_TRANSFER_STATE_CANCELLED,
ADVANCED_TRANSFER_STATE_FAILED,
ADVANCED_TRANSFER_STATE_EXPIRED
type
enum<string>

The type of the Advanced Transfer to filter by

Available options:
ADVANCED_TRANSFER_TYPE_BLIND_MATCH
cursor
string

The cursor to use for pagination

limit
integer<int32>

The maximum number of Advanced Transfers to return

sort_direction
enum<string>
default:DESC

Page sorting direction

Available options:
DESC,
ASC
start_time
string<date-time>

UTC timestamp of creation from which to filter the response (inclusive, ISO-8601 format)

end_time
string<date-time>

UTC timestamp of creation until which to filter the response (exclusive, ISO-8601 format)

reference_id
string

The reference ID of the Advanced Transfer to filter by

Response

200 - application/json

A successful response.

ListAdvancedTransfersResponse contains the list of advanced transfers and pagination info.

advanced_transfers
object[]
required
pagination
object