Ens
Path parameters
addressstringRequired
Ethereum address (0x-prefixed, 20 bytes)
Responses
200
Successful response
application/json
addressstring · nullableRequired
Ethereum address (0x-prefixed, 20 bytes)
avatarstring · nullableRequired
namestring · nullableRequired
400
Invalid input data
application/json
404
Not found
application/json
500
Internal server error
application/json
get/external/ens/{address}
GET /api/v2/external/ens/{address} HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"address": "text",
"avatar": "text",
"name": "text"
}Path parameters
namestringRequired
Responses
200
Successful response
application/json
addressstring · nullableRequired
Ethereum address (0x-prefixed, 20 bytes)
avatarstring · nullableRequired
namestring · nullableRequired
400
Invalid input data
application/json
404
Not found
application/json
500
Internal server error
application/json
get/external/ens/by-name/{name}
GET /api/v2/external/ens/by-name/{name} HTTP/1.1
Host: api.ethos.network
Accept: */*
{
"address": "text",
"avatar": "text",
"name": "text"
}Last updated