Skip to main content
GET
/
v1
/
addresses
/
{address}
/
tag
Address tag
curl --request GET \
  --url https://api.kas.fyi/v1/addresses/{address}/tag \
  --header 'x-api-key: <api-key>'
{
  "tag": {
    "address": "kaspa:qpzpfwcsqsxhxwup26r55fd0ghqlhyugz8cp6y3wxuddc02vcxtjg75pspnwz",
    "name": "MEXC Wallet",
    "link": "https://mexc.com",
    "labels": [
      "exchange"
    ]
  }
}

Cost

This endpoint costs 0.1 RU (Request Units) per call.

Authorizations

x-api-key
string
header
required

API key required for authentication. Get your API key at https://developer.kas.fyi

Path Parameters

address
string
required

Kaspa address

Example:

"kaspa:qpzpfwcsqsxhxwup26r55fd0ghqlhyugz8cp6y3wxuddc02vcxtjg75pspnwz"

Response

200 - application/json

The tag for the address

tag
object
required

The tag for the address

⌘I