Rpc url to use with web3js

hey guys
I have a working code in js with web3 using another service provider.
I just want to replace provider in my code and test moralis’ server speed and etc.
I am looking for something like this:
web3 = new Web3(‘https://site.com/?api_key=some_key_here’);

where can I get this url in my account?
I created a server but couldnt find relevant info on server details section.

Thanks

In the admin panel, on the left you have Speedy Nodes: https://admin.moralis.io/speedyNodes

is this different from create a server ?
I mean slower or something?

Those are different things, an RPC node can be used directly with web3js without any Moralis server.

The speedy nodes information can be found in your main account, and this information doesn’t require a server.

so to get advantages of a dedicated node server I should rewrite my code with your sdk right?
I am using getPastEvents(‘Transfer’) in my code for a large range of blocks.

what is maximum block range if I use server and sdk? it is 5000 on binance rpc,

You can sync events directly in your Moralis server db if you want: https://docs.moralis.io/moralis-server/automatic-transaction-sync/smart-contract-events