POST
Create new tag

Method for creating a new tag. 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
Requiredtag
string
The name of the tag. Each name needs to have POOL: or WALLET: as a prefix.
Requiredaddress
string
The address saved to the tag.
user
int
Customer's ID. If user is undefined, the tag will be added to 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 was created successfully"
}