Get a User's Domain Names (Space ID)
This endpoint retrieves the domain names associated with a given blockchain address across multiple networks (Ethereum, BSC, Arbitrum). It returns the domain names for each network if they exist.
Path Parameters
Name
Type
Description
{
"success": true,
"body": {
"name": "example.eth",
"nameBsc": "example.bnb",
"nameArb": "example.arb"
}
}{
"success": false,
"error": "Error description"
}Last updated