Get Primary DID name

Get Primary DID of a Bitcoin address, which is setted on B137 Profile page.

get

Retrieve the primary DIDs corresponding to the requested wallet address.

Query parameters
addressstringRequired

The wallet address to resolve.

Example: bc1plhw3qceajqpv2q96zt365z278ce5jyecz0d5zjrnrad96y7c34msk4v7u6
Responses
200
Successful operation
application/json
get
GET /v1/getPrimary HTTP/1.1
Host: open-api.b137.io
Accept: */*
200

Successful operation

{
  "code": 0,
  "data": "gene"
}

Last updated