/
/Tequila API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 4w ago
Authentication4
Client2
Configuration4
Connection9
Countries1
Decrease1
Entertainment1
Exchange1
Feedback2
Identities1
Identity9
  • getReturns identities
  • postCreates new identity
  • putReturns my current identity
  • getGet identity
  • putRefresh balance of given identity
  • getProvide identity beneficiary address
  • postRegisters identity
  • getProvide identity registration status
  • putUnlocks identity
Location1
MMN3
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
Identity

Get identity

Provide identity details

get/identities/{id}

Path parameters

idstring required

hex address of identity

Response

Identity retrieved

idstring required

identity in Ethereum address format

Example response

{
  "id": "0x0000000000000000000000000000000000000001"
}

Changes