Managed Signing
Get Wallet Assets

Knit API Documentation

Get Wallet Assets

Endpoint

GET

{{baseUrl}}/api/v1/managed-signing/wallets/{walletId}/assets

This endpoint fetches balances for all supported tokens across all networks the wallet is active on. This is a live query to the blockchain — no balance data is stored locally.

Headers
  • X-API-KEY: Your API key for authentication.
  • Accept: Set to application/json to receive responses in JSON format.
Path Parameters
ParameterTypeRequiredDescription
walletIdstringYesThe local wallet ID returned by create/list endpoints
Sample Request
curl --location -g '{{baseUrl}}/api/v1/managed-signing/wallets/<local-wallet-id>/assets' \
--header 'X-API-KEY: {{apiKey}}' \
--header 'Accept: application/json'
Sample Response
Sample Response
{
  "statusCode": 200,
  "message": "Managed signing wallet assets fetched",
  "data": {
    "walletId": "<wallet-id>",
    "walletAddress": "0x...",
    "walletType": "EVM",
    "networks": [
      {
        "network": "ETH_MAINNET",
        "tokens": [
          {
            "tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
            "tokenSymbol": "USDC",
            "decimals": 6,
            "balanceRaw": "1200000",
            "balanceFormatted": "1.2"
          }
        ]
      },
      {
        "network": "MATIC_MAINNET",
        "tokens": [
          {
            "tokenAddress": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
            "tokenSymbol": "USDC",
            "decimals": 6,
            "balanceRaw": "3000000",
            "balanceFormatted": "3.0"
          }
        ]
      }
    ]
  },
  "success": true
}
Response Fields
FieldTypeDescription
walletIdstringWallet identifier
walletAddressstringOn-chain wallet address
walletTypestringWallet type (e.g., EVM)
networksarrayArray of network objects
networks[].networkstringNetwork identifier
networks[].tokensarrayToken balances on this network
networks[].tokens[].tokenAddressstringERC20 token contract address
networks[].tokens[].tokenSymbolstringToken symbol
networks[].tokens[].decimalsnumberToken decimal places
networks[].tokens[].balanceRawstringRaw balance in base units
networks[].tokens[].balanceFormattedstringHuman-readable balance

Contact

business@useknit.io

Knit Business Financial Services Ltd.
3080 Yonge St
Toronto ON, M4N 3N1, Canada

Subscribe to our newsletter

A monthly digest of the latest news, articles, and resources.

Knit logo

© KNIT BUSINESS FINANCIAL SERVICES LIMITED is duly registered by the Financial Transactions and Reports Analysis Centre of Canada (FINTRAC) as a Money Service Business (C100000256)