PatchUpdate tag
Method for editing the tag's information. The required parameters are tag name and tag address, where tag name needs to contain correct prefix.
https://api.minerstat.com/v2/tag
Parameters
Parameter
Type
Description
Required
tag
string
The name of the tag. Each name needs to have POOL: or WALLET: as a prefix.
Required
address
string
The address saved to the tag.
user
int
Customer's ID. If user is undefined, the tag will be updated on the main account. Customer ID can be obtained via v2/customer GET API call.
Example call
{"tag": "POOL:ETH-2M", "address": "eth.2miners.com:2020"}
Example response
{
"message": "Tag successfully updated"
}