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
Last updated
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
GET https://api.alturanft.com/api/v2spaceid/getAddressByDomain/:domain
domain*
String
domain of the user
{
"success": true,
"body": {
"address": "0x1234...abcd"
}
}{
"success": false,
"error": "Error description"
}Space ID is used for this feature. Check them out: https://space.id/
Last updated