Connect Moralis.js to local web3 node

I have implemented bsc full node on my server and want to connect Morales node js to the local web3 server.

Is it possible?

can you give an example of what you want to connect to the local web3 server?

My connection :

var apiURL = β€œws://127.0.0.1:8546”;

Currently im using web3 library for get transactions and other features, but i want to use Moralis node js for them (in my local node)

I don’t think that it is possible if you want to use Moralis.Web3API.account.getTransactions for example with that local node