Retrieve settings
GET/api/settings
Retrieve dynamic settings for this wallet
Request
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
gaiaXSupportbooleanrequired
{
"gaiaXSupport": true
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}