> For the complete documentation index, see [llms.txt](https://docs.trade.mn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trade.mn/api-doc/public-api-endpoints/wallet-endpoints/wallet-balance-by-asset-wallet.md).

# Wallet balance by asset (WALLET)

```
GET /api/v3/wallet/balance
```

Get single asset balance by code. (Койны үлдэгдэл)

**Parameters:**

| Name      | Type | Mandatory | Description |
| --------- | ---- | --------- | ----------- |
| timestamp | LONG | YES       |             |
| code      | TRD  | YES       |             |

**Response:**

```javascript
{
  "status": true,
  "code": "0000",
  "msg": [
    "Амжилттай"
  ],
  "data": {
    "free": "510.7858000000000001"
  }
}
```
