🔗Custom RPC

Feature intended for advanced users only

If you enter a custom RPC URL it will be used for transactions in addition to our regular nodes. It will not be used in MEV Protection or to send any JITO bundles. The node can be http or https and does not need CORS disabled. Transaction will be sent using the sendTransaction Solana RPC method and the conventional response is expected. This feature is not supported for limit orders at this time. Any node used will be sent 50 RPC calls in 500ms whenever a transaction is sent, so make sure your provider can handle that traffic.

If this module is not enough to cover your desired use case, open a ticket in our discord and we may be able to modify it.

Last updated