Asset Activities are actions that have been taken in relation to an asset. These range from transactions, to status changes, to redemption of an asset.
All Asset Activities extend this base model. This contains all properties that are shared between the activities
Attributes
-
assetId
-
activityNumber
-
createdAt
timestamp -
createdBy
-
activityType
-
accountId
The destParty
and srcParty
are optionally provided only on transactions of
type transfer
. Values may include a merchant name, user handle, masked user
email, masked user phone, or bank account.
The otherParty
is optionally provided only on transactions of type
increment-balance
and decrement-balance
. Values may include bank account
number.
This extends the asset activity model
Attributes
-
ref
-
refType
-
type
-
kind
-
srcAssetId
-
destAssetId
-
srcParty
-
destParty
-
otherParty
-
amount
This records the refunding of a token. Used when activityType is token
. This extends the Asset Activity Model
Attributes
-
idempotencyKey
-
action
This records the redeeming of a token. Used when activityType is token-redeemed
. This extends the Asset Activity Model
Attributes
-
idempotencyKey
-
lineItems
This records the creation of an asset. Used when activityType is created
. This extends the Asset Activity Model
Attributes
-
status
This records the receiving of an asset. Used when activityType is received
. This extends the Asset Activity Model
Attributes
-
recipientAlias
-
recipientAccountId
-
senderAccountId
-
sender
-
status
This records the sending of an asset. Used when activityType is sent
. This extends the Asset Activity Model
Attributes
-
recipientAlias
-
senderAccountId
-
sender
-
status
Asset Activity Types
Name | Description |
---|---|
token | Token was refunded. Uses Token refunded Model |
value-in | Asset value has been increased. Uses Asset Transaction Model |
value-out | Asset value has been decreased. Uses Asset Transaction Model |
archive-asset | Asset was archived. Uses Asset Activity Model |
activate-asset | Asset was activated. Uses Asset Activity Model |
disable-asset | Asset was activated. Uses Asset Activity Model |
token-redeemed | Token was redeemed. Uses Token Redeemed Model |
created | Asset was created. Uses Asset Created Model |
received | Asset was received. Uses Asset Received Model |
sent | Asset was sent. Uses Asset Sent Model |
Returns a paginated list of Asset Transactions. This endpoint is currently only supported for quartz
asset types.
Returns a paginated list of Asset Activities.
Query Parameters
Attributes
-
bankAccountId