Signatures

Get signature for registering an address for an Ethos profile

post
Authorizations
Body
typestring · enumRequiredPossible values:
addressstringRequired
Responses
200

Successful response

application/json
post
POST /api/v2/signatures/register-address HTTP/1.1
Host: api.ethos.network
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 39

{
  "type": "delegateXyz",
  "address": "text"
}
{
  "randValue": 1,
  "signature": "text"
}