=Service: Node=
* Service type: node
* Service vendor: Electrum
==Method: Get Banner==
* Method name: get_banner
{|
! [Request]
! Type
! Example
! Description
|-
! Method
| colspan="3" | node.get_banner
|-
! [Response]
! Type
! Example
! Description
|-
! Result
| string
| Dummy banner
| The banner.
|}
==Method: Get Peers==
* Method name: get_peers
{|
! [Request]
! Type
! Example
! Description
|-
! Method
| colspan="3" | node.get_peers
|-
! [Response]
! Type
! Example
! Description
|-
! Result
| array
| [ {"hostname":"","trusted":true,"weight":0,"ipv4":"1.2.3.4","ipv6":"2001:db8:85a3:8d3:1319:8a2e:370:7348"} ]
| An array of peers.
|}
==Method: Stop==
* Method name: stop
{|
! [Request]
! Type
! Example
! Description
|-
! Method
| colspan="3" | node.stop
|-
! [Response]
! Type
! Example
! Description
|-
! Result
| boolean
| true
| True when the server will be stopped.
|}