ammOrderUpdateArguments collId: string Request JavaScriptsocket.send(JSON.stringify({ "event": "ammOrderUpdate", "payload": { "collId": "Collection ID" } })); Response Response{ status: 'ok', type: 'ammOrderUpdate', data: { tx: { tx: [Object], mint: [Object], instr: null } } }