solana-py
solana-py copied to clipboard
AsyncClient.is_connected got 404 not found
The function tries to GET
/health
which does not seem to exist in the current API.
The working way to call seems to be POST
/
with body {"method":"getHealth", "jsonrpc":"2.0", "id": xxx}
.
you will have to await it. I believe it works. try the example in read me.