Skip to content

Upload FOP Transfers CSV

POST
/fop-transfer/upload-csv

Upload a CSV file to create one or more FOP transfer requests. All fields (CSV file columns) are the same as the fields of the request body in /fop-transfer. Required columns: direction, symbol, account_number, counterparty_dtc_number, counterparty_account_number, quantity, settlement_date. Optional columns: cusip, memo_1, memo_2, memo_3, client_transfer_id.

Parameters

Header Parameters

X-API-KEY
Type
string

Request Body

multipart/form-data

CSV file containing FOP transfer rows.

Format"binary"

Responses

OK

application/json
JSON
{
  
"transfer_ids": [
  
  
"256b6877-f097-4905-ad41-33a8b3b653c2",
  
  
"441d4093-742f-4b7d-993c-b5b0c647a866"
  
],
  
"created": 2
}

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI