mirror of
https://github.com/status-im/status-go.git
synced 2025-02-02 01:47:44 +00:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
|
### Get account settings
|
||
|
# @name GetSettings
|
||
|
POST {{address}}/statusgo/CallRPC
|
||
|
|
||
|
{
|
||
|
"jsonrpc": "2.0",
|
||
|
"method": "settings_getSettings",
|
||
|
"params": []
|
||
|
}
|