mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
5c41e8211a
* feat_: added some standard requests * fix_: address pr comments
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": []
|
|
} |