GET/v1.0/activation/transactionsRead-only

Gets the detailed activation history. This endpoint can only be accessed by scope aux_activation.

Parameters

sortDirquerystring

Sort direction

Values: ASC, DESC

offsetquerynumber

The position of the first transaction for the requested result set. Starts from 0.

limitquerynumber

The number of transactions to return.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/activation/transactions?sortDir=DESC&offset=0&limit=25" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →