Endpoint Parameters
-
Request parameters
Name Type Origin Description UniqueReference String Query-String Unique Reference -
Response Parameters
View Response CodesName Type Description AssetType TransferableAssetType AssetType of the security BeneficialOwnershipChange BeneficialOwnershipChange Change in Beneficial Ownership. CompleteTime String Request Completion Date time. FromAccountKey AccountKey The from account identifier in key format from which securities transfer is executed Price Number The price per security Quantity Number Quantity of security to transfer Reason String Failure Reasons of the request. RequestTime String Request Creation Date time. ReversalReference String Oriningal reference Reference Number for the reversal request. Status Status The current status of the transfer request. ToAccountKey AccountKey The to account identifier in key format to which securities transfer is executed TransferType TransferType Position Transfer Action New/Reversal. Uic Integer Uic of the security UniqueReference String Unique reference Reference Number for the request. -
Request Example
Request URL
GET /atr/v1/securitiestransfers/interaccounttransfer?UniqueReference=b1cbce88-8bee-42a0-b67c-d8cc09acd8f5
-
Response Example
Response body
{ "AssetType": "Etn", "BeneficialOwnershipChange": "CBO", "CompleteTime": "2024-05-14T17:01:04.94049Z", "FromAccountKey": "dIm75edbgnW6aBK3CIc-sw==", "Price": 10, "Quantity": 10, "Reason": "stringValue", "RequestTime": "2023-02-22T07:45:46.00624Z", "ReversalReference": "stringValue", "Status": "Accepted", "ToAccountKey": "dIm75edbgnW6aBK3CIc-sw==", "TransferType": "Reversal", "Uic": 99, "UniqueReference": "stringValue" }