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