Asset Management
Get Transactions
Retrieves all transactions within a specified range throughout the entire lifecycle of an asset.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Identifier of the asset.
Example:
"asset-test-01"
Query Parameters
Timestamp from which to start retrieving transactions.
Example:
1695900959848
Timestamp from which to stop retrieving transactions.
Example:
1695901189267
Response
200
application/json
Successful transactions retrieval.
The response is of type object
.