Domain to Linked Domains

Query domains that are associated with another domain

All requests require an API key. Add "x-api-key" to your request header as shown in the example below.

Don't have an API key? Contact us to get one.

post

Query domains that are associated with another domain

Body
domainstringOptionalExample: uniswap.org
pageinteger · int32OptionalExample: 1
Responses
200

Successful operation

application/json
post
/v2/linked_domains

This API returns at max 50 results per call. Check the response for page and page_count to query the rest of the results.

Request Body Parameters

Parameter Name
Parameter Type
Comments

domain

string

Domain / URL

page

int (optional)

Page number (for pagination purposes)

Usage Example

Last updated

Was this helpful?