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

GET https://api.alturanft.com/api/v2spaceid/getAddressByDomain/:domain

Path Parameters

NameTypeDescription

domain*

String

domain of the user

{
  "success": true,
  "body": {
    "address": "0x1234...abcd"
  }
}

Space ID is used for this feature. Check them out: https://space.id/

Last updated