Create a Label

createLabel(data: AddressLabel)

Description

Create a custom label for a specific 0x address.

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

Parameters

NameTypeDescriptionOptional
dataAddressLabelLabel informationNo
{
	id?: string;
	address: string;
	name: string;
}

Response

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