I'm trying to connect directly (using PHP) to Electrum servers to receive a list of a transactions for an address or mpk in general.
What format do requests need to be sent to an electrum server in order to retrieve data?
(Not literate in python so not able to easily glean this from the source)
Did you ever have any luck with this? I was thinking of writing something similar a while ago but never got to it. If you made a start I can have a look?