Get all asset contributions
GET/asset-contributions
Retrieve all asset contributions for the authenticated user
Responses
- 200
- 401
List of asset contributions retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
iduuid
accountIduuid
ID of the account making the contribution
assetIduuid
ID of the asset being contributed
assetTransferMethodIduuid
ID of the transfer method used for the contribution
acquisitionOndate-time
Date and time when the asset was acquired
costBasisstring
Cost basis of the contribution
Example:
1000.00
currencyTypestring
Type of currency used for the cost basis
Possible values: <= 50 characters
Example:
USD
unitCountstring
Number of units contributed
Example:
1.5
unitCountExpectedstring
Expected number of units to be contributed
Example:
1.5
createdAtdate-time
updatedAtdate-time
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"accountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"assetId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"assetTransferMethodId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"acquisitionOn": "2024-07-29T15:51:28.071Z",
"costBasis": "1000.00",
"currencyType": "USD",
"unitCount": "1.5",
"unitCountExpected": "1.5",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
]
Unauthorized - Invalid or missing authentication token