Objects
getObjectTransactionsByHash
Get a list of all transaction blocks run with an object by hash.
get/v1/objects/{address}/transactions
Path parameters
addressstring required
Object digest (hash).
Object digest (hash).
Query parameters
objectSourceType'INPUT_OBJECT' | 'CHANGED_OBJECT' required
This parameter shows whether the queried object is newly created or mutated.
nextCursorstring
Cursor that should be sent to an endpoint to receive the next batch of responses.
sizeinteger
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
Response
OK