Skip to main content

getRegions RPC Method

Returns the available regions the user can route their Jito requests to.

Updated on
Aug 16, 2024

getRegions RPC Method

Please note that this RPC method requires the Lil' JIT - JITO Bundles and transactions add-on enabled on your QuickNode endpoint.

Parameters

This method does not accept any parameters

Returns

result
array
The available regions the user can route their Jito requests to
Request
1
curl 'https://docs-demo.solana-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '
4
{
5
"jsonrpc": "2.0",
6
"id": 1,
7
"method": "getRegions",
8
"params": []
9
}
10
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free