Blockchain Indexer API
Ecosystem

Resolve ADA Handle

1min
GET
https://mainnet.gomaestro-api.org/v1/ecosystem/adahandle/{handle}
Cardano Mainnet
Returns the Cardano address corresponding to an ADA Handle
Authentication
api-key
Path Parameters
handle
*
Responses
200
Return the address which the Ada Handle resolves to
Example
{"data":"addr1vyn6t3yqfy5awnc5pekjxww4cn89y3g4pt5rmuykg4y2urc56c56e","last_updated":{"timestamp":"2022-10-10 20:25:28","block_hash":"bdf4630098ac6923e0ef1ca0b0d6e00dca96790a8c3dd670948fdfe1456798d2","block_slot":73867237}}
Description
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
*
last_updated
*
400
Malformed query parameters
404
No results found
500
Internal server error