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-labelsParameter
Type
Description
{
"status": true,
"message": "Data fetch successfully.",
"data": [
"OFAC",
"sanctioned"
]
}
Last updated