Author

Topic: Where I can find updated bitcoind API ? (Read 252 times)

jr. member
Activity: 115
Merit: 2
November 15, 2017, 04:06:59 AM
#3
Use the help command (e.g. bitcoin-cli help)

That will list each of the available RPC commands. You can then do help to get the help for each command. That will explain what the command does and what the arguments are.

Thanks! That's what I needed  Smiley
staff
Activity: 3458
Merit: 6793
Just writing some code
November 14, 2017, 05:06:14 PM
#2
Use the help command (e.g. bitcoin-cli help)

That will list each of the available RPC commands. You can then do help to get the help for each command. That will explain what the command does and what the arguments are.
jr. member
Activity: 115
Merit: 2
November 14, 2017, 02:51:50 PM
#1
Hi all!

For a long time I am using this API https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
to build own bitcoin related applications.

I know that in new version of bitcoin were implemented many new
functions - where I can find updated API list and explanation for it ?
Jump to: