getObjectTransactionsByHashAsk AIget https://api.blockberry.one/sui/v1/objects/{address}/transactionsGet a list of all transaction blocks run with an object by hash.Path ParamsaddressstringrequiredDefaults to 0x16c5d6b410a2aeaaa3ba3a8c6ae7398300147bd5d9c54f425a2c74cdb205b1ffObject digest (hash).Query ParamsobjectSourceTypestringenumrequiredDefaults to INPUT_OBJECTThis parameter shows whether the queried object is newly created or mutated.INPUT_OBJECTCHANGED_OBJECTAllowed:INPUT_OBJECTCHANGED_OBJECTnextCursorstringCursor that should be sent to an endpoint to receive the next batch of responses.sizeint321 to 50Defaults to 20Number of queried entries.orderBystringenumrequiredDefaults to DESCSorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).ASCDESCAllowed:ASCDESCResponse 200OKUpdated 5 months ago