Signatures
Authorizations
Body
typestring · enumRequiredPossible values:
addressstringRequired
Responses
200
Successful response
application/json
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
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"
}