Skip to main content

Get all asset contributions

GET 

/asset-contributions

Retrieve all asset contributions for the authenticated user

Responses

List of asset contributions retrieved successfully

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
  • ]