Skip to main content

mokiService_getConfig

Gets the Users config.

Parameters

None

Returns

Config: boolean - Config values

Example

Request

curl https://mainnet.moki.network \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "method": "mokiService_getConfig", "params": [], "id": 1}'

Reponse

Example Response
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}