Skip to main content
GET
Get all transactions from an asset.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Identifier of the asset.

Example:

"did:trustos:trackid:<id>"

Query Parameters

from
number

Timestamp from which to start retrieving transactions.

Example:

1695900959848

to
number

Timestamp from which to stop retrieving transactions.

Example:

1695901189267

Response

Successful transactions retrieval.

statusCode
number

Request status code.

Example:

200

message
string

Message returned by the request.

Example:

"1 transaction(s) found"

data
object