Gnosis API
Secured by a geographically diverse set of validators, Gnosis Chain is a community-owned, anti-fragile network. The ImStaked free Gnosis API is available to everyone but is limited to 3 requests per second. If this is not enough to meet your Gnoisis API needs please contact us to arrange for a higher level of service.
Methods available on our Gnosis API: web3 ,eth ,net ,trace ,debug ,txpool

Archive Node
Limits = 3 request per second
https://rpc.imstaked.com/gnosis
wss://rpc.imstaked.com/gnosis
Gnosis API HTTP Example:
curl -X POST -H “Content-Type: application/json” –data ‘{“jsonrpc”:”2.0″,”method”:”web3_clientVersion”,”params”:[],”id”:67}’ https://rpc.imstaked.com/gnosis
Gnosis API Websocket Example:
wscat –connect wss://rpc.imstaked.com/gnosis
{“jsonrpc”:”2.0″,”method”:”web3_clientVersion”,”params”:[],”id”:67}