/
/Tequila API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 4w ago
Authentication4
Client2
Configuration4
  • getReturns current configuration values
  • getReturns default configuration
  • getReturns current user configuration
  • postSets and returns user configuration
Connection9
Countries1
Decrease1
Entertainment1
Exchange1
export1
Feedback3
Identities1
Identity9
Location1
MMN6
NAT1
node1
Order6
Proposal2
provider12
Service4
Session3
SSO2
Terms2
UI6
  • getReturns access policies
  • postReturns the amount of reward for a token (affiliator)
  • getChecks if provider is eligible for free registration
  • getReturns session connectivity status
  • getReturns settlement history
  • getReturns available chain map
  • getReturns fees
  • getChecks if given id is eligible for free registration
  • postforces the settlement of promises for the given provider and hermes
  • postForces the settlement of promises for the given provider and hermes
  • postAsks to perform withdrawal to l1.
  • postforces the settlement with stake increase of promises for the given provider and hermes.
  • postForces the settlement with stake increase of promises for the given provider and hermes.
  • postReturns the amount of reward for a token
  • getReturns fees
Configuration

Returns current configuration values

Returns default configuration

get/config

Response

Currently active configuration

dataobject

Example response

{
  "data": {
    "data": {
      "access-policy": {
        "list": "mysterium"
      },
      "openvpn": {
        "port": 5522
      }
    }
  }
}

Changes

No recorded changes to this endpoint across all 52 revisions of this API.