Allows creation transfers in bulk
Transfers
Bad request
Not authorized error
Internal server error
{- "dryRun": true,
- "counterpartyRegistryName": "string",
- "registryTransferPurpose": "SPOT",
- "settlementDate": "2019-08-24",
- "showPriceInRegistry": true,
- "notes": "string",
- "transfers": [
- {
- "externalTransferIdentifier": "string",
- "notes": "string",
- "ein": "string",
- "price": {
- "currency": "string",
- "amount": 0
}, - "transferData": {
- "transferDataType": "STRATEGY",
- "taxLotSelectionStrategy": "NEWEST_TAX_LOT_FIRST",
- "quantity": 1
}
}
]
}
{- "transfers": [
- {
- "externalTransferIdentifier": "string",
- "transferIdentifier": "string"
}
], - "batchIdentifier": "string"
}