# Get Wallet Balance (beta) **POST /v1/wallets/balance** Get wallet balance of a specific token/asset for a specific wallet. ## HTTP Request `POST /v1/auth/wallets/balance` ## Returns A successful response returns a `balance` property and a `Wallet` object. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ## Body parameters Content-type: application/json - **token_symbol** (string) Token symbol of the asset to get balance for the specified wallet. Token symbol must be compatible with the wallet type of the specified wallet. For example, `MATIC (Polygon)` and `ethereum (Ethereum)` will both be compatible with a wallet with `wallet_type: "ethereum"` and not compatible with a wallet with `wallet_type: "solana"`. Possible values: ethereum, solana, AVAX, MATIC, USDC, USDT, LINK, DOT, XLM. - **wallet_id** (string) Unique wallet ID of the wallet to retrieve balance for. ## Responses ### 200: #### Body Parameters: application/json (object) - **id** (string) - **app_id** (string) - **user_id** (string) - **public_address** (string) - **wallet_type** (string) - **verified** (boolean) - **is_default** (boolean) - **is_read_only** (boolean) - **is_imported** (boolean) - **updated_at** (integer) - **created_at** (integer) [Powered by Bump.sh](https://bump.sh)