> For the complete documentation index, see [llms.txt](https://api.khoclone.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.khoclone.net/buy-account.md).

# Buy Account

#### API

```
GET https://khoclone.net/api/buy?id=<ID_PRODUCT>&soluong=<QUANTITY>&api=<YOUR_API_KEY>
```

#### Example

```
GET 'https://khoclone.net/api/buy?id=1234&soluong=2&api=123456789'
```

<pre><code>{
    status: "success",
<strong>    data:{
</strong>            BuyID: "eUOIsawdcQec",
            Product: "L1: NVR ANDROID",
            Total: 560,
            Quantity: 2,
            Account:[
                        "Account 1",
                        "Account 2"
                     ]
         }
}
</code></pre>
