Skip to main content

List all transactions related to an asset.

GET 

/assets/:asset_id/transactions

By default this call must only list the processed transactions.\n This call is paginated.

Request

Path Parameters

    asset_id stringrequired

    Possible values: non-empty

    The ID of the asset to retrieve.

Responses

A array of transactions entities

Schema

    data

    object[]

  • Array [

  • id stringrequired

    Possible values: non-empty

    date date-timerequired

    amount

    object

    required

    An financial value expressed in a given instrument (EUR, BTC, XMR, AAPL, US0378331005)

    value floatrequired
    instrument stringrequired

    Possible values: non-empty

    name string

    Possible values: non-empty

  • ]

  • next stringrequired

    Possible values: non-empty

    previous string

    Possible values: non-empty

Loading...