Get All Transfers
Retrieve all deposits and withdrawals of a particular trading account
Overview
GET apiURL/v1.0/accounts/{accountId}/transfersResponse
{
"Result": [
{
"Id": "a59448f5-176d-4473-6ce2-08d7bc5cbf81",
"AccountId": 0,
"ExternalId": "20200228003627",
"Mechanism": "ACH",
"IsDeposit": true,
"Status": "Complete",
"Comment": "Deposit allowed",
"Amount": 100,
"TotalAmount": 100,
"TransferDate": "2020-02-28T14:45:57.5867903Z",
"CreatedAt": "2020-02-28T14:44:43.3666667Z",
"ClearingAccountNumber": "5DP05506"
},
{
"Id": "99c0509e-04ee-46a4-6ce4-08d7bc5cbf81",
"AccountId": 0,
"Mechanism": "ACH",
"IsDeposit": true,
"Status": "Submitted",
"Amount": 50,
"TotalAmount": 0,
"CreatedAt": "2020-02-28T16:26:02.7133333Z",
"ClearingAccountNumber": "5DP05506"
}
],
"NextPageLink": "",
"PreviousPageLink": "",
"TotalCount": 2
}Parameter
Description
Value
Common Mistakes
Failing to Specify the Et-App-Key Parameter
Last updated