Skip to main content

Get Subnames and ENS Records

GET 

/ens/v1/subdomain/records

Retrieves all records associated with a subname

Request

Query Parameters

    fullName stringrequired

    The full name of the subdomain

    chainId numberrequired

    The chain id

    providerUrl stringrequired

    Provider URL

Responses

The Records were fetched successfully.

Schema
    statusCode numberrequired

    The status code of the response.

    result objectrequired
    data objectrequired
    resolverAddress stringrequired
    texts string[]required
    coins string[]required
    contentHash objectrequired
    isJAN booleanrequired
    error stringrequired

    Null if no error occurred, otherwise the error message.

Loading...