Get a User From Domain Name (Space ID)
This endpoint retrieves the blockchain address associated with a given domain name on Ethereum, BSC, or Arbitrum networks. It identifies the network based on the domain extension
Path Parameters
Name
Type
Description
{
"success": true,
"body": {
"address": "0x1234...abcd"
}
}{
"success": false,
"error": "Error description"
}Last updated