Get a Label

getLabel(labelId: string)

Description

Get a specific custom label by its ID.

  • OpenPool API Endpoint: GET:/label/custom/

Parameters

NameTypeDescriptionOptional
labelIdstringID of the labelNo
labelId: string;

Response

{
	id?: string;
	address: string;
	name: string;
}