diff --git a/bip-0040/service-blockchain.address.mediawiki b/bip-0040/service-blockchain.address.mediawiki
index 379953bd..2f61af57 100644
--- a/bip-0040/service-blockchain.address.mediawiki
+++ b/bip-0040/service-blockchain.address.mediawiki
@@ -32,6 +32,10 @@
| The history of the blockchain address.
|}
+==Method: Get Balance==
+
+* Method name: get_balance
+
==Method: Subscribe==
* Method name: subscribe
@@ -49,4 +53,20 @@
| string
| 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L
| The address to subscribe to.
-|}
\ No newline at end of file
+|}
+
+==Method: Unsubscribe==
+
+* Method name: unsubscribe
+
+==Method: Get Memory Pool==
+
+* Method name: get_mempool
+
+==Method: Get Proof==
+
+* Method name: get_proof
+
+==Method: List Unspent==
+
+* Method name: listunspent
\ No newline at end of file
diff --git a/bip-0040/service-blockchain.block.mediawiki b/bip-0040/service-blockchain.block.mediawiki
index d9ace44a..4b0e1330 100644
--- a/bip-0040/service-blockchain.block.mediawiki
+++ b/bip-0040/service-blockchain.block.mediawiki
@@ -1,4 +1,28 @@
=Service: Blockchain Block=
* Service type: blockchain.block
-* Service vendor: Electrum
\ No newline at end of file
+* Service vendor: Electrum
+
+==Method: Subscribe==
+
+* Method name: subscribe
+
+==Method: Unsubscribe==
+
+* Method name: unsubscribe
+
+==Method: Get Block Number==
+
+* Method name: get_blocknum
+
+==Method: Get Chunk==
+
+* Method name: get_chunk
+
+==Method: Get Header==
+
+* Method name: get_header
+
+==Method: Ping==
+
+* Method name: ping
\ No newline at end of file
diff --git a/bip-0040/service-blockchain.transaction.mediawiki b/bip-0040/service-blockchain.transaction.mediawiki
index 1708235c..094dcb1e 100644
--- a/bip-0040/service-blockchain.transaction.mediawiki
+++ b/bip-0040/service-blockchain.transaction.mediawiki
@@ -1,4 +1,28 @@
=Service: Blockchain Transaction=
* Service type: blockchain.transaction
-* Service vendor: Electrum
\ No newline at end of file
+* Service vendor: Electrum
+
+==Method: Subscribe==
+
+* Method name: subscribe
+
+==Method: Unsubscribe==
+
+* Method name: unsubscribe
+
+==Method: Guess Fee==
+
+* Method name: guess_fee
+
+==Method: Broadcast==
+
+* Method name: broadcast
+
+==Method: Get==
+
+* Method name: get
+
+==Method: Get Merkle==
+
+* Method name: get_merkle
\ No newline at end of file
diff --git a/bip-0040/service-wallet.mediawiki b/bip-0040/service-wallet.mediawiki
index 83a55564..8a637d6e 100644
--- a/bip-0040/service-wallet.mediawiki
+++ b/bip-0040/service-wallet.mediawiki
@@ -1,6 +1,6 @@
=Service: Wallet=
-This service has never been properly defined. It is therefore not standardized and may be removed.
+This service has never been properly defined. It is therefore not standardized and may be removed.
* Service type: wallet
* Service vendor: Electrum