Get Started

To use this API, you need an API key. Please contact at tlhpbot to get your own API key and manage This.

Get New apikey

No parameters

http://mifasmm.com/apikey

Response

{ "apikey": "xxxxxxxxxxxxxxxxxxxx" }

Send Request

To Send Request you need to make a Get call to the following url and use Get Method and Response format Is Json

http://mifasmm.com/web

Place new order

Parameter Value Type
key Your api key string
action add string
service Service ID Integer
Link Telegram link(channel/group) string
quantity Needed quantity Integer
Response

{"result":True,"description":{"status":"success","order": "1"}}

User Balance

Parameter Value Type
key Your api key string
action balance string
Response

{"result":True,"description":{"balance": "0","currency": "USD"}}

Status order

Parameter Value Type
key Your api key string
action status string
order Order Id integer
Response

{"result":True,"description":[{"order": "32", "status": "pending","charge": "0.0360", "start_count": "0","remain":"0"}]}

Status multi orders

Parameter Value Type
key Your api key string
action status string
order Order IDs separated by commas integer
Response

{"result":True,"description":[{ "order": "32", "status": "processing", "charge": "0.0360" "start_count": "0", "remain":"0" }, { "order": "33", "status": "pending", "charge": "0.0360" "start_count": "0", "remain":"0" }]}

Cancel Order

Parameter Value Type
key Your api key string
action cancel string
order Order Id integer
Response

{"result":True,"description":"The order has been successfully placed and the amount will be calculated in a few minutes."}

Servicces

Parameter Value Type
key Your api key string
action services string
Response

{"result":True,"description":[ { "service": "5", "name": "Telegram members no drop-2days", "category":"Telegram", "rate": "1.02", "min":"500", "max":"10000" "type": "default", }, { "service": "5", "name": "Telegram members no drop-5days", "category":"Telegram", "rate": "1.10", "min":"500", "max":"10000" "type": "default", }, ]}