Post
Topic
Board Development & Technical Discussion
JSON_RPC API - Move method
by
yuji72
on 13/05/2018, 12:34:56 UTC
Hi experts,

I am trying to build a website and manage the bitcoin wallet using JSON_RPC API. And I have some problem to call Move method
From the link below
https://blockchain.info/el/api/json_rpc_api

>>>>>>>>>>>>>
Method: move
Parameters: (String fromAccount, String toAccount, long amount)
Description: Move funds from one account in your wallet to another.
Returns: String
Second Password Required
>>>>>>>>>>>>>


How can I set the second password?

Thanks,