Lịch sử lấy OTP
...312 mua 14 Outlook New | Cập nhật số lượng real... - 2.100đ 29 phút trước
...uoc mua 15 X/Twitter New | Update realtime... - 4.500đ 32 phút trước
...ike mua 26 Mã nguồn Phần mềm reg Facebook bằng ... - 25.974.000đ 47 phút trước
...002 mua 15 Outlook New | Cập nhật số lượng real... - 2.250đ 48 phút trước
...uka mua 15 X/Twitter New | Update realtime... - 4.500đ 52 phút trước
...s96 mua 18 X/Twitter New | Update realtime... - 5.400đ 1 tiếng trước
...427 mua 25 Hệ thống bán phần mềm và tạo key ... - 50.000.000đ 2 tiếng trước
...006 mua 15 X/Twitter New | Update realtime... - 4.500đ 2 tiếng trước
...804 mua 20 Mã nguồn Reg Tiktok C#... - 14.000.000đ 2 tiếng trước
...gpq mua 17 Outlook New | Cập nhật số lượng real... - 2.550đ 2 tiếng trước
...005 mua 25 Mã nguồn Reg Tiktok C#... - 17.500.000đ 2 tiếng trước
...yen mua 7 Tool reg Tiktok... - 2.800.000đ 2 tiếng trước
...der mua 23 Tool reg Tiktok... - 9.200.000đ 2 tiếng trước
...uan mua 13 Mã nguồn Reg Tiktok C#... - 9.100.000đ 2 tiếng trước
...611 mua 2 Outlook New | Cập nhật số lượng real... - 300đ 3 tiếng trước
...9tk mua 14 Tool reg Tiktok... - 5.600.000đ 3 tiếng trước
...n29 mua 12 Outlook New | Cập nhật số lượng real... - 1.800đ 3 tiếng trước
...023 mua 8 Hệ thống bán phần mềm và tạo key ... - 16.000.000đ 3 tiếng trước
...102 mua 22 Tool reg Tiktok... - 8.800.000đ 3 tiếng trước
...102 mua 20 Outlook New | Cập nhật số lượng real... - 3.000đ 3 tiếng trước
API
	
											
MAIL CODE OTP
Domain: shopclone.info | shoptokuda.com| 1stmail.online
url: https://kimochi.pw/otp/otp.php?email=[email protected]&token=yourtoken
Method: GET
Result: {"messages":[{"from":"[email protected]","to":"[email protected]","code":"60562","balance":"100000"}]}
Ghi chú: Trừ thẳng vào tài balance tài khoản
Token: lấy tại giao diện quản lí tài khoản
Phí dịch vụ: 100đ/code. Nhận confirm code, forgot... không giới hạn
	
											
PROXY 4G
url: https://kimochi.pw/proxy/reset?token=TOKEN_CUA_BAN&proxy=ip:port
Method: GET
Thành công: {'status':'success'}
Thất bại: {'status':"error",'msg':'msg trả lỗi'}
Token: lấy tại giao diện quản lí tài khoản
	
							Code Reset IP mẫu python			
											

import requests
import time



def send_request():
	base_url = "https://kimochi.pw/proxy/reset?token=TOKEN_CUA_BAN&proxy=IP:PORT"
	headers = {
		"accept": "application/xml, text/xml, */*; q=0.01",
		"accept-language": "en-US,en;q=0.9,vi;q=0.8",
		"content-type": "application/x-www-form-urlencoded; charset=UTF-8",
	}
	response = requests.get(base_url, headers=headers)  
	return response

if __name__ == "__main__":
	try:
		while True:
			send_request()           
			print("Request sent")
			time.sleep(180)  
	except KeyboardInterrupt:
		print("Script terminated by user.")