Skip to main content
GET
/
ecosystem
/
adahandle
/
{handle}
Resolve ADA Handle
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/ecosystem/adahandle/{handle} \
  --header 'api-key: <api-key>'
{
  "data": "addr1vyn6t3yqfy5awnc5pekjxww4cn89y3g4pt5rmuykg4y2urc56c56e",
  "last_updated": {
    "timestamp": "2022-10-10 20:25:28",
    "block_hash": "bdf4630098ac6923e0ef1ca0b0d6e00dca96790a8c3dd670948fdfe1456798d2",
    "block_slot": 73867237
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

handle
string
required

Ada Handle to resolve

Response

Return the address which the Ada Handle resolves to

Timestamped response. Returns the endpoint response data along with the chain-tip of the indexer, which details at which point in the chain's history the data was correct as-of.

data
string
required

Bech32-encoded Cardano Address

last_updated
object
required

Details of the most recent block processed by the indexer (aka chain tip); that is, the data returned is correct as of this block in time.

I