Get Twitter handle of an address
Retrieve the twitter handle of the requested Bitcoin address, which is setted on B137 Profile page.
Query parameters
addressstringRequiredExample:
The wallet address to query.
bc1pvpz3aluurqzeetjpd9r4tpj24jzv9xjqlne0qf5ey7g8wtwjcwvsa8y906
Responses
200
Successful operation
application/json
get
GET /v1/gettwitter HTTP/1.1
Host: open-api.b137.io
Accept: */*
200
Successful operation
{
"code": 0,
"data": "Sleinnnn"
}
Last updated