0

When querying a Monero node like this: http://node.supportxmr.com:18081/get_info

I get the info of the node, but are there other parameters besides "get_info"? Can I pass in other data? Is there a list of other URLs I can get to via the browser besides "get_info"?

jtgrassie
  • 19,111
  • 4
  • 14
  • 51
Patoshi パトシ
  • 4,540
  • 3
  • 26
  • 66

1 Answers1

1

Is there a list of other URLs I can get to via the browser besides "get_info"?

All the daemon RPC methods are documented here.

I get the info of the node, but are there other parameters ... Can I pass in other data?

get_info has no input parameters.

jtgrassie
  • 19,111
  • 4
  • 14
  • 51