Get Address Labels
Returns a list of labels for a given address. This is a POST type apis
https://www.spyderlab.org/api/v1/address-labelsTry this endpoint in your browser 🔗
Query Parameters
Parameter
Type
Description
keyword
string
the address to check for address labels
x-api-key
string
your api key put in header
Sample Response
{
"status": true,
"message": "Data fetch successfully.",
"data": [
"OFAC",
"sanctioned"
]
}
Last updated