Get Subname by Full Name
Offchain API Reference
Get subname by full name
Retrieves the details of a specific offchain subname using its full name (e.g., alice.oppunk.eth). Returns the subname details if found.
GET
Get Subname by Full Name
Path Parameters
The full subname to retrieve (e.g., alice.oppunk.eth)
Example:
"alice.oppunk.eth"
Response
Subname found
Unique identifier of the subname
Example:
"123"
Full name of the subname (e.g., alice.oppunk.eth)
Example:
"alice.oppunk.eth"
Parent name (e.g., oppunk.eth)
Example:
"oppunk.eth"
Label of the subname (e.g., alice)
Example:
"alice"
Text records associated with the subname
Example:
{ "email": "alice@example.com" }Address records associated with the subname
Example:
{ "ETH": "0x1234...abcd" }Metadata associated with the subname
Example:
{ "role": "admin" }Namehash of the subname
Example:
"0xabc123..."
Content hash of the subname
Example:
"ipfs://Qm..."

