> ## Documentation Index
> Fetch the complete documentation index at: https://aarc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Balances



## OpenAPI

````yaml GET /bridge-swap/balances/{walletAddress}
openapi: 3.0.0
info:
  title: Aarc API Documentation
  description: Makes it easy to bring assets cross chain for devs
  version: '3.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /bridge-swap/balances/{walletAddress}:
    get:
      tags:
        - BridgeSwap
      operationId: BridgeSwapController_getMultiChainBalances
      parameters:
        - name: walletAddress
          required: true
          in: path
          schema:
            type: string
      responses:
        '200':
          description: ''

````