manyaccs
  • Buy accounts
  • 账号购买api中文版
  • CheckBalance
Powered by GitBook
On this page

Buy accounts

GET https://manyaccs.com/accounts/buy?api_key=<YOUR_API_KEY>&action=buy&type=<account type>&quantity=<QUANTITY>

You can use this API to request any account type.

For example,buy one twitch account from account type twitch2022, then you should use get method:

https://manyaccs.com/accounts/buy?api_key=myapikey&action=buy&type=twitch2022&quantity=1

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Buy email accounts, there are 3 types of email accounts

The first is <exclusive>, where the email is used only by you during its lifespan. the price is $2.2/k

The second is < shared>, allowing multiple people to use the same email for different projects during its lifespan. the price is $1.1/k. When you purchase a shared email account, the only difference on the API is the addition of a 'target' parameter. This parameter helps the system differentiate the purpose for which you are using the account, allowing for the allocation of the appropriate account. For example, this helps avoid two people using the same email to register for ChatGPT."

The 'target' parameter is not fixed; you can use the domain name of the website you intend to register to mark it. For example, if you want to use the email to register an Amazon account, then 'target=amazon.' So, this parameter can be anything of your choice

Example use http get method:

Request
https://manyaccs.com/accounts/buy?api_key=myapikey&action=buy&type=hotmail&quantity=1&target=discord'
Response
{
	"error":	0,
	"ret":	
	[
		{
			"email":	"aukss50rahiert@hotmail.com",
			"password":	"8bGsPO445559"
		}
	]
}

Please note that when you purchase a shared email account, you can only buy one at a time,so the 'quantity' parameter must be set to 1 when purchasing a shared email account. and you must use it within five minutes. Otherwise, the system may reallocate the account to someone else

The third is <customized> , where we can tailor the email based on different suffixes, domain names, and username formats. This type ensures exclusive usage by only you during the email's lifespan

Next账号购买api中文版

Last updated 1 year ago