Get wallet address (forward resolution)
Retrieve the address corresponding to the requested DID name. This value will be consistent with the latest block height a short time after the block has been confirmed.
Query parameters
didstringRequiredExample:
The DID name to resolve.
gene
Responses
200
Successful operation
application/json
get
GET /v1/resolveName HTTP/1.1
Host: open-api.b137.io
Accept: */*
200
Successful operation
{
"code": 0,
"data": {
"address": "bc1plhw3qceajqpv2q96zt365z278ce5jyecz0d5zjrnrad96y7c34msk4v7u6"
}
}
Last updated