coinjoin {disallowed} - Dash
Example code for the coinjoin {disallowed} json-rpc method. Сomplete guide on how to use coinjoin {disallowed} json-rpc in GetBlock.io Web3 documentation.
Parameters
mode
- string
-
'
T
h
e
c
o
m
m
a
n
d
m
o
d
e
t
o
u
s
e
:
'
-
'
s
t
a
r
t
-
S
t
a
r
t
C
o
i
n
J
o
i
n
'
-
'
s
t
o
p
-
S
t
o
p
C
o
i
n
J
o
i
n
'
-
'
r
e
s
e
t
-
R
e
s
e
t
C
o
i
n
J
o
i
n
'
Request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "coinjoin",
"params": ["start"],
"id": "getblock.io"}'
Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}
Last updated