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

# List aggregated assets

> Retrieves a list of all aggregated assets currently supported and enabled on the OneBalance platform. Each aggregated asset includes details such as its unique ID, symbol, name, decimals, and the underlying individual assets (chain-specific tokens) that constitute it, identified by their CAIP-19 asset types.

Learn more about aggregated assets in our [documentation](https://docs.onebalance.io/concepts/aggregated-assets).




## OpenAPI

````yaml get /assets/list
openapi: 3.1.0
info:
  version: 1.6.2
  title: OneBalance API
  description: >
    # OneBalance API


    The OneBalance API provides a programmatic interface for managing OneBalance
    resources using standard HTTP requests. The API documentation includes a
    design and technology overview, followed by detailed endpoint information.


    ## Features


    OneBalance API provides a complete chain abstraction toolkit:


    - Smart Account Management: Predict addresses and deploy accounts

    - Cross-Chain Balances: View aggregated balances across multiple chains

    - Multichain Transactions: Execute transfers and swaps using aggregated
    balances

    - Transaction Status: Track multichain transaction history and status

    - Token Aggregation: Access unified token lists and pricing information


    Enterprise API Access: Need higher rate limits, dedicated infrastructure, or
    custom SLAs? [Contact our sales](mailto:sales@onebalance.io) team for
    enterprise API solutions.


    ## Base URL


    OneBalance API is built on REST principles and is served over HTTPS. To
    ensure data privacy, unencrypted HTTP is not supported.


    The Base URL for all API endpoints is:


    ```bash

    https://be.onebalance.io/api

    ```


    ## Quickstart


    Try our reference application at
    [app.onebalance.io](https://app.onebalance.io) to see the API in action or
    jump straight into our [API
    Reference](https://docs.onebalance.io/api-reference/account/predict-address)
    to start building.


    ## Authentication


    The OneBalance API uses API keys to authenticate requests. All API requests
    require authentication using an API key passed in the `x-api-key` header:


    ```bash

    curl -X 'GET' \
      'https://be.onebalance.io/api/path-to/endpoint' \
      -H 'x-api-key: 42bb629272001ee1163ca0dbbbc07bcbb0ef57a57baf16c4b1d4672db4562c11'
    ```


    A public API key is available for testing purposes with limited usage:
    **42bb629272001ee1163ca0dbbbc07bcbb0ef57a57baf16c4b1d4672db4562c11**


    All API requests must be made over
    [HTTPS](https://en.wikipedia.org/wiki/HTTPS). Calls made over plain HTTP
    will fail. API requests without authentication will also fail.
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  contact:
    name: OneBalance Support
    email: support@onebalance.io
  termsOfService: https://onebalance.io/terms-of-service
servers:
  - url: https://be.onebalance.io/api
    description: Production environment
security:
  - ApiKeyAuth: []
tags:
  - name: Account
    x-displayName: Smart Accounts
    description: >-
      Manage and predict addresses for OneBalance smart accounts. These accounts
      enable features like resource locks and streamlined cross-chain
      interactions.
  - name: Assets
    x-displayName: Aggregated Assets
    description: >-
      Retrieve details about supported aggregated assets. Aggregated assets
      represent a unified view of a token across multiple chains, simplifying
      cross-chain operations.
  - name: Balances
    x-displayName: Aggregated Balances
    description: >-
      Access and track aggregated asset balances for user accounts. These
      balances reflect a user's total holdings of an asset across all supported
      chains, usable for multichain transactions.
  - name: Chains
    x-displayName: Supported Chains
    description: >-
      List and get details about the blockchain networks currently integrated
      with and supported by the OneBalance platform.
  - name: Status
    x-displayName: Transaction Status & History
    description: >-
      Track the real-time status of quote executions and retrieve complete
      transaction histories for user accounts, offering visibility into
      multichain operations.
  - name: Quotes
    x-displayName: Quotes & Execution
    description: >-
      Request, prepare, and execute quotes for various cross-chain operations
      including asset transfers, swaps, and arbitrary contract interactions.
      These endpoints facilitate the core transaction lifecycle on OneBalance.
paths:
  /assets/list:
    get:
      tags:
        - Assets
      summary: List aggregated assets
      description: >
        Retrieves a list of all aggregated assets currently supported and
        enabled on the OneBalance platform. Each aggregated asset includes
        details such as its unique ID, symbol, name, decimals, and the
        underlying individual assets (chain-specific tokens) that constitute it,
        identified by their CAIP-19 asset types.


        Learn more about aggregated assets in our
        [documentation](https://docs.onebalance.io/concepts/aggregated-assets).
      operationId: listAggregatedAssets
      parameters: []
      responses:
        '200':
          description: Successfully retrieved the list of assets
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/assets-response'
              example:
                - aggregatedAssetId: ob:avax
                  symbol: AVAX
                  name: Avalanche
                  decimals: 18
                  aggregatedEntities:
                    - assetType: eip155:43114/slip44:9000
                      decimals: 18
                      name: Avalanche
                      symbol: AVAX
                - aggregatedAssetId: ob:eth
                  symbol: ETH
                  name: Ethereum
                  decimals: 18
                  aggregatedEntities:
                    - assetType: eip155:42161/slip44:60
                      decimals: 18
                      name: Ethereum
                      symbol: ETH
                    - assetType: eip155:10/slip44:60
                      decimals: 18
                      name: Ethereum
                      symbol: ETH
                    - assetType: eip155:8453/slip44:60
                      decimals: 18
                      name: Ethereum
                      symbol: ETH
                - aggregatedAssetId: ob:usdc
                  symbol: USDC
                  name: USDC
                  decimals: 6
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xaf88d065e77c8cc2239327c5edb3a432268e5831
                      decimals: 6
                      name: USDC
                      symbol: USDC
                    - assetType: >-
                        eip155:10/erc20:0x0b2c639c533813f4aa9d7837caf62653d097ff85
                      decimals: 6
                      name: USDC
                      symbol: USDC
                    - assetType: >-
                        eip155:8453/erc20:0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
                      decimals: 6
                      name: USDC
                      symbol: USDC
                    - assetType: >-
                        eip155:43114/erc20:0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E
                      decimals: 6
                      name: USDC
                      symbol: USDC
                - aggregatedAssetId: ob:usdc.e
                  symbol: USDC.e
                  name: USDC.e
                  decimals: 6
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8
                      decimals: 6
                      name: USDC.e
                      symbol: USDC.e
                    - assetType: >-
                        eip155:10/erc20:0x7F5c764cBc14f9669B88837ca1490cCa17c31607
                      decimals: 6
                      name: USDC.e
                      symbol: USDC.e
                    - assetType: >-
                        eip155:43114/erc20:0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664
                      decimals: 6
                      name: USDC.e
                      symbol: USDC.e
                - aggregatedAssetId: ob:usdt
                  symbol: USDT
                  name: USDT
                  decimals: 6
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9
                      decimals: 6
                      name: USDT
                      symbol: USDT
                    - assetType: >-
                        eip155:10/erc20:0x94b008aA00579c1307B0EF2c499aD98a8ce58e58
                      decimals: 6
                      name: USDT
                      symbol: USDT
                    - assetType: >-
                        eip155:43114/erc20:0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7
                      decimals: 6
                      name: USDT
                      symbol: USDT
                - aggregatedAssetId: ob:weth
                  symbol: WETH
                  name: WETH
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x82aF49447D8a07e3bd95BD0d56f35241523fBab1
                      decimals: 18
                      name: WETH
                      symbol: WETH
                    - assetType: >-
                        eip155:10/erc20:0x4200000000000000000000000000000000000006
                      decimals: 18
                      name: WETH
                      symbol: WETH
                    - assetType: >-
                        eip155:8453/erc20:0x4200000000000000000000000000000000000006
                      decimals: 18
                      name: WETH
                      symbol: WETH
                    - assetType: >-
                        eip155:43114/erc20:0x8b82A291F83ca07Af22120ABa21632088fC92931
                      decimals: 18
                      name: WETH
                      symbol: WETH
                - aggregatedAssetId: ob:dai
                  symbol: DAI
                  name: DAI
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1
                      decimals: 18
                      name: DAI
                      symbol: DAI
                    - assetType: >-
                        eip155:10/erc20:0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1
                      decimals: 18
                      name: DAI
                      symbol: DAI
                    - assetType: >-
                        eip155:8453/erc20:0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb
                      decimals: 18
                      name: DAI
                      symbol: DAI
                - aggregatedAssetId: ob:gmx
                  symbol: GMX
                  name: GMX
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a
                      decimals: 18
                      name: GMX
                      symbol: GMX
                    - assetType: >-
                        eip155:43114/erc20:0x62edc0692BD897D2295872a9FFCac5425011c661
                      decimals: 18
                      name: GMX
                      symbol: GMX
                - aggregatedAssetId: ob:wld
                  symbol: WLD
                  name: Worldcoin
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:10/erc20:0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1
                      decimals: 18
                      name: Worldcoin
                      symbol: WLD
                - aggregatedAssetId: ob:brett
                  symbol: BRETT
                  name: Brett
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x532f27101965dd16442e59d40670faf5ebb142e4
                      decimals: 18
                      name: Brett
                      symbol: BRETT
                - aggregatedAssetId: ob:wbtc
                  symbol: wBTC
                  name: Wrapped BTC
                  decimals: 8
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f
                      decimals: 8
                      name: Wrapped BTC
                      symbol: wBTC
                    - assetType: >-
                        eip155:10/erc20:0x68f180fcCe6836688e9084f035309E29Bf0A2095
                      decimals: 8
                      name: Wrapped BTC
                      symbol: wBTC
                    - assetType: >-
                        eip155:43114/erc20:0x50b7545627a5162f82a992c33b87adc75187b218
                      decimals: 8
                      name: Wrapped BTC
                      symbol: wBTC
                - aggregatedAssetId: ob:link
                  symbol: LINK
                  name: ChainLink Token
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xf97f4df75117a78c1A5a0DBb814Af92458539FB4
                      decimals: 18
                      name: ChainLink Token
                      symbol: LINK
                    - assetType: >-
                        eip155:10/erc20:0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6
                      decimals: 18
                      name: ChainLink Token
                      symbol: LINK
                    - assetType: >-
                        eip155:43114/erc20:0x5947bb275c521040051d82396192181b413227a3
                      decimals: 18
                      name: ChainLink Token
                      symbol: LINK
                - aggregatedAssetId: ob:uni
                  symbol: UNI
                  name: Uniswap
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0
                      decimals: 18
                      name: Uniswap
                      symbol: UNI
                    - assetType: >-
                        eip155:10/erc20:0x6fd9d7ad17242c41f7131d257212c54a0e816691
                      decimals: 18
                      name: Uniswap
                      symbol: UNI
                    - assetType: >-
                        eip155:43114/erc20:0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580
                      decimals: 18
                      name: Uniswap
                      symbol: UNI
                - aggregatedAssetId: ob:pepe
                  symbol: PEPE
                  name: Pepe
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x25d887Ce7a35172C62FeBFD67a1856F20FaEbB00
                      decimals: 18
                      name: Pepe
                      symbol: PEPE
                - aggregatedAssetId: ob:arb
                  symbol: ARB
                  name: Arbitrum
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x912CE59144191C1204E64559FE8253a0e49E6548
                      decimals: 18
                      name: Arbitrum
                      symbol: ARB
                - aggregatedAssetId: ob:grt
                  symbol: GRT
                  name: Graph Token
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x9623063377AD1B27544C965cCd7342f7EA7e88C7
                      decimals: 18
                      name: Graph Token
                      symbol: GRT
                    - assetType: >-
                        eip155:43114/erc20:0x8a0cac13c7da965a312f08ea4229c37869e85cb9
                      decimals: 18
                      name: Graph Token
                      symbol: GRT
                - aggregatedAssetId: ob:ldo
                  symbol: LDO
                  name: Lido DAO
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60
                      decimals: 18
                      name: Lido DAO
                      symbol: LDO
                    - assetType: >-
                        eip155:10/erc20:0xfdb794692724153d1488ccdbe0c56c252596735f
                      decimals: 18
                      name: Lido DAO
                      symbol: LDO
                - aggregatedAssetId: ob:ezeth
                  symbol: ezETH
                  name: Renzo Restaked ETH
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x2416092f143378750bb29b79eD961ab195CcEea5
                      decimals: 18
                      name: Renzo Restaked ETH
                      symbol: ezETH
                    - assetType: >-
                        eip155:10/erc20:0x2416092f143378750bb29b79eD961ab195CcEea5
                      decimals: 18
                      name: Renzo Restaked ETH
                      symbol: ezETH
                    - assetType: >-
                        eip155:8453/erc20:0x2416092f143378750bb29b79ed961ab195cceea5
                      decimals: 18
                      name: Renzo Restaked ETH
                      symbol: ezETH
                - aggregatedAssetId: ob:weeth
                  symbol: weETH
                  name: Wrapped eETH
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe
                      decimals: 18
                      name: Wrapped eETH
                      symbol: weETH
                - aggregatedAssetId: ob:pendle
                  symbol: PENDLE
                  name: Pendle
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8
                      decimals: 18
                      name: Pendle
                      symbol: PENDLE
                    - assetType: >-
                        eip155:10/erc20:0xbc7b1ff1c6989f006a1185318ed4e7b5796e66e1
                      decimals: 18
                      name: Pendle
                      symbol: PENDLE
                - aggregatedAssetId: ob:ape
                  symbol: APE
                  name: ApeCoin
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x7f9FBf9bDd3F4105C478b996B648FE6e828a1e98
                      decimals: 18
                      name: ApeCoin
                      symbol: APE
                - aggregatedAssetId: ob:usdd
                  symbol: USDD
                  name: Decentralized USD
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x680447595e8b7b3aa1b43beb9f6098c79ac2ab3f
                      decimals: 18
                      name: Decentralized USD
                      symbol: USDD
                    - assetType: >-
                        eip155:43114/erc20:0xb514cabd09ef5b169ed3fe0fa8dbd590741e81c2
                      decimals: 18
                      name: Decentralized USD
                      symbol: USDD
                - aggregatedAssetId: ob:w
                  symbol: W
                  name: Wormhole
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91
                      decimals: 18
                      name: Wormhole
                      symbol: W
                    - assetType: >-
                        eip155:10/erc20:0xB0fFa8000886e57F86dd5264b9582b2Ad87b2b91
                      decimals: 18
                      name: Wormhole
                      symbol: W
                    - assetType: >-
                        eip155:8453/erc20:0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91
                      decimals: 18
                      name: Wormhole
                      symbol: W
                - aggregatedAssetId: ob:frax
                  symbol: FRAX
                  name: Frax
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x17FC002b466eEc40DaE837Fc4bE5c67993ddBd6F
                      decimals: 18
                      name: Frax
                      symbol: FRAX
                    - assetType: >-
                        eip155:10/erc20:0x2e3d870790dc77a83dd1d18184acc7439a53f475
                      decimals: 18
                      name: Frax
                      symbol: FRAX
                    - assetType: >-
                        eip155:43114/erc20:0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64
                      decimals: 18
                      name: Frax
                      symbol: FRAX
                - aggregatedAssetId: ob:axl
                  symbol: AXL
                  name: Axelar
                  decimals: 6
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f
                      decimals: 6
                      name: Axelar
                      symbol: AXL
                    - assetType: >-
                        eip155:10/erc20:0x23ee2343b892b1bb63503a4fabc840e0e2c6810f
                      decimals: 6
                      name: Axelar
                      symbol: AXL
                    - assetType: >-
                        eip155:8453/erc20:0x23ee2343b892b1bb63503a4fabc840e0e2c6810f
                      decimals: 6
                      name: Axelar
                      symbol: AXL
                    - assetType: >-
                        eip155:43114/erc20:0x44c784266cf024a60e8acf2427b9857ace194c5d
                      decimals: 6
                      name: Axelar
                      symbol: AXL
                - aggregatedAssetId: ob:cake
                  symbol: CAKE
                  name: PancakeSwap
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x3055913c90fcc1a6ce9a358911721eeb942013a1
                      decimals: 18
                      name: PancakeSwap
                      symbol: CAKE
                - aggregatedAssetId: ob:zro
                  symbol: ZRO
                  name: LayerZero
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x6985884C4392D348587B19cb9eAAf157F13271cd
                      decimals: 18
                      name: LayerZero
                      symbol: ZRO
                    - assetType: >-
                        eip155:10/erc20:0x6985884c4392d348587b19cb9eaaf157f13271cd
                      decimals: 18
                      name: LayerZero
                      symbol: ZRO
                    - assetType: >-
                        eip155:8453/erc20:0x6985884c4392d348587b19cb9eaaf157f13271cd
                      decimals: 18
                      name: LayerZero
                      symbol: ZRO
                    - assetType: >-
                        eip155:43114/erc20:0x6985884c4392d348587b19cb9eaaf157f13271cd
                      decimals: 18
                      name: LayerZero
                      symbol: ZRO
                - aggregatedAssetId: ob:lpt
                  symbol: LPT
                  name: Livepeer
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x289ba1701C2F088cf0faf8B3705246331cB8A839
                      decimals: 18
                      name: Livepeer
                      symbol: LPT
                - aggregatedAssetId: ob:wsteth
                  symbol: wstETH
                  name: Wrapped liquid staked Ether 2.0
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x5979d7b546e38e414f7e9822514be443a4800529
                      decimals: 18
                      name: Wrapped liquid staked Ether 2.0
                      symbol: wstETH
                    - assetType: >-
                        eip155:10/erc20:0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb
                      decimals: 18
                      name: Wrapped liquid staked Ether 2.0
                      symbol: wstETH
                    - assetType: >-
                        eip155:8453/erc20:0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452
                      decimals: 18
                      name: Wrapped liquid staked Ether 2.0
                      symbol: wstETH
                - aggregatedAssetId: ob:op
                  symbol: OP
                  name: Optimism
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:10/erc20:0x4200000000000000000000000000000000000042
                      decimals: 18
                      name: Optimism
                      symbol: OP
                - aggregatedAssetId: ob:cbeth
                  symbol: cbETH
                  name: Coinbase Wrapped Staked ETH
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x1debd73e752beaf79865fd6446b0c970eae7732f
                      decimals: 18
                      name: Coinbase Wrapped Staked ETH
                      symbol: cbETH
                    - assetType: >-
                        eip155:10/erc20:0xaddb6a0412de1ba0f936dcaeb8aaa24578dcf3b2
                      decimals: 18
                      name: Coinbase Wrapped Staked ETH
                      symbol: cbETH
                    - assetType: >-
                        eip155:8453/erc20:0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22
                      decimals: 18
                      name: Coinbase Wrapped Staked ETH
                      symbol: cbETH
                - aggregatedAssetId: ob:snx
                  symbol: SNX
                  name: Synthetix Network
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:10/erc20:0x8700daec35af8ff88c16bdf0418774cb3d7599b4
                      decimals: 18
                      name: Synthetix Network
                      symbol: SNX
                    - assetType: >-
                        eip155:8453/erc20:0x22e6966b799c4d5b13be962e1d117b56327fda66
                      decimals: 18
                      name: Synthetix Network
                      symbol: SNX
                    - assetType: >-
                        eip155:43114/erc20:0xbec243c995409e6520d7c41e404da5deba4b209b
                      decimals: 18
                      name: Synthetix Network
                      symbol: SNX
                - aggregatedAssetId: ob:woo
                  symbol: WOO
                  name: WOO
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b
                      decimals: 18
                      name: WOO
                      symbol: WOO
                    - assetType: >-
                        eip155:10/erc20:0x871f2F2ff935FD1eD867842FF2a7bfD051A5E527
                      decimals: 18
                      name: WOO
                      symbol: WOO
                    - assetType: >-
                        eip155:43114/erc20:0xabc9547b534519ff73921b1fba6e672b5f58d083
                      decimals: 18
                      name: WOO
                      symbol: WOO
                - aggregatedAssetId: ob:reth
                  symbol: rETH
                  name: Rocket Pool ETH
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8
                      decimals: 18
                      name: Rocket Pool ETH
                      symbol: rETH
                    - assetType: >-
                        eip155:10/erc20:0x9bcef72be871e61ed4fbbc7630889bee758eb81d
                      decimals: 18
                      name: Rocket Pool ETH
                      symbol: rETH
                    - assetType: >-
                        eip155:8453/erc20:0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c
                      decimals: 18
                      name: Rocket Pool ETH
                      symbol: rETH
                - aggregatedAssetId: ob:cbbtc
                  symbol: cbBTC
                  name: Coinbase Wrapped BTC
                  decimals: 8
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf
                      decimals: 8
                      name: Coinbase Wrapped BTC
                      symbol: cbBTC
                - aggregatedAssetId: ob:aero
                  symbol: AERO
                  name: Aerodrome
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x940181a94A35A4569E4529A3CDfB74e38FD98631
                      decimals: 18
                      name: Aerodrome
                      symbol: AERO
                - aggregatedAssetId: ob:prime
                  symbol: PRIME
                  name: Echelon Prime
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b
                      decimals: 18
                      name: Echelon Prime
                      symbol: PRIME
                - aggregatedAssetId: ob:1inch
                  symbol: 1INCH
                  name: 1INCH
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE
                      decimals: 18
                      name: 1INCH
                      symbol: 1INCH
                    - assetType: >-
                        eip155:43114/erc20:0xd501281565bf7789224523144fe5d98e8b28f267
                      decimals: 18
                      name: 1INCH
                      symbol: 1INCH
                - aggregatedAssetId: ob:crv
                  symbol: CRV
                  name: Curve DAO
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x11cdb42b0eb46d95f990bedd4695a6e3fa034978
                      decimals: 18
                      name: Curve DAO
                      symbol: CRV
                    - assetType: >-
                        eip155:10/erc20:0x0994206dfe8de6ec6920ff4d779b0d950605fb53
                      decimals: 18
                      name: Curve DAO
                      symbol: CRV
                    - assetType: >-
                        eip155:8453/erc20:0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415
                      decimals: 18
                      name: Curve DAO
                      symbol: CRV
                - aggregatedAssetId: ob:aave
                  symbol: AAVE
                  name: Aave
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xba5ddd1f9d7f570dc94a51479a000e3bce967196
                      decimals: 18
                      name: Aave
                      symbol: AAVE
                    - assetType: >-
                        eip155:10/erc20:0x76fb31fb4af56892a25e32cfc43de717950c9278
                      decimals: 18
                      name: Aave
                      symbol: AAVE
                    - assetType: >-
                        eip155:43114/erc20:0x63a72806098bd3d9520cc43356dd78afe5d386d9
                      decimals: 18
                      name: Aave
                      symbol: AAVE
                - aggregatedAssetId: ob:virtual
                  symbol: VIRTUAL
                  name: Virtual Protocol
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b
                      decimals: 18
                      name: Virtual Protocol
                      symbol: VIRTUAL
                - aggregatedAssetId: ob:mog
                  symbol: MOG
                  name: Mog Coin
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x2da56acb9ea78330f947bd57c54119debda7af71
                      decimals: 18
                      name: Mog Coin
                      symbol: MOG
                - aggregatedAssetId: ob:degen
                  symbol: DEGEN
                  name: Degen (Base)
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x4ed4e862860bed51a9570b96d89af5e1b0efefed
                      decimals: 18
                      name: Degen (Base)
                      symbol: DEGEN
                - aggregatedAssetId: ob:spx
                  symbol: SPX
                  name: SPX6900
                  decimals: 8
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x50da645f148798f68ef2d7db7c1cb22a6819bb2c
                      decimals: 8
                      name: SPX6900
                      symbol: SPX
                - aggregatedAssetId: ob:keycat
                  symbol: KEYCAT
                  name: Keyboard Cat (Base)
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x9a26f5433671751c3276a065f57e5a02d2817973
                      decimals: 18
                      name: Keyboard Cat (Base)
                      symbol: KEYCAT
                - aggregatedAssetId: ob:trump
                  symbol: TRUMP
                  name: MAGA
                  decimals: 9
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x57f5fbd3de65dfc0bd3630f732969e5fb97e6d37
                      decimals: 9
                      name: MAGA
                      symbol: TRUMP
                - aggregatedAssetId: ob:alb
                  symbol: ALB
                  name: Alien Base
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x1dd2d631c92b1aCdFCDd51A0F7145A50130050C4
                      decimals: 18
                      name: Alien Base
                      symbol: ALB
                - aggregatedAssetId: ob:miggles
                  symbol: MIGGLES
                  name: Mister Miggles
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0xB1a03EdA10342529bBF8EB700a06C60441fEf25d
                      decimals: 18
                      name: Mister Miggles
                      symbol: MIGGLES
                - aggregatedAssetId: ob:7007
                  symbol: '7007'
                  name: Token7007
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x75ec618a817eb0a4a7e44ac3dfc64c963daf921a
                      decimals: 18
                      name: Token7007
                      symbol: '7007'
                - aggregatedAssetId: ob:usd+
                  symbol: USD+
                  name: Overnight.fi USD+
                  decimals: 6
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0xe80772Eaf6e2E18B651F160Bc9158b2A5caFCA65
                      decimals: 6
                      name: Overnight.fi USD+
                      symbol: USD+
                    - assetType: >-
                        eip155:8453/erc20:0xB79DD08EA68A908A97220C76d19A6aA9cBDE4376
                      decimals: 6
                      name: Overnight.fi USD+
                      symbol: USD+
                - aggregatedAssetId: ob:ausd
                  symbol: AUSD
                  name: AUSD
                  decimals: 6
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0x00000000efe302beaa2b3e6e1b18d08d69a9012a
                      decimals: 6
                      name: AUSD
                      symbol: AUSD
                - aggregatedAssetId: ob:solvbtc
                  symbol: SOLVBTC
                  name: Solv Protocol SolvBTC
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0xbc78d84ba0c46dfe32cf2895a19939c86b81a777
                      decimals: 18
                      name: Solv Protocol SolvBTC
                      symbol: SOLVBTC
                - aggregatedAssetId: ob:joe
                  symbol: JOE
                  name: JOE
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd
                      decimals: 18
                      name: JOE
                      symbol: JOE
                - aggregatedAssetId: ob:savax
                  symbol: sAVAX
                  name: BENQI Liquid Staked
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be
                      decimals: 18
                      name: BENQI Liquid Staked
                      symbol: sAVAX
                - aggregatedAssetId: ob:beam
                  symbol: BEAM
                  name: Beam
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce
                      decimals: 18
                      name: Beam
                      symbol: BEAM
                - aggregatedAssetId: ob:qi
                  symbol: QI
                  name: BENQI
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0x8729438eb15e2c8b576fcc6aecda6a148776c0f5
                      decimals: 18
                      name: BENQI
                      symbol: QI
                - aggregatedAssetId: ob:coq
                  symbol: COQ
                  name: Coq Inu
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0x420fca0121dc28039145009570975747295f2329
                      decimals: 18
                      name: Coq Inu
                      symbol: COQ
                - aggregatedAssetId: ob:susd
                  symbol: SUSD
                  name: sUSD
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:10/erc20:0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9
                      decimals: 18
                      name: sUSD
                      symbol: SUSD
                - aggregatedAssetId: ob:dola
                  symbol: DOLA
                  name: DOLA
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x6a7661795c374c0bfc635934efaddff3a7ee23b6
                      decimals: 18
                      name: DOLA
                      symbol: DOLA
                    - assetType: >-
                        eip155:10/erc20:0x8ae125e8653821e851f12a49f7765db9a9ce7384
                      decimals: 18
                      name: DOLA
                      symbol: DOLA
                    - assetType: >-
                        eip155:8453/erc20:0x4621b7a9c75199271f773ebd9a499dbd165c3191
                      decimals: 18
                      name: DOLA
                      symbol: DOLA
                - aggregatedAssetId: ob:lusd
                  symbol: LUSD
                  name: Liquity USD
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x93b346b6bc2548da6a1e7d98e9a421b42541425b
                      decimals: 18
                      name: Liquity USD
                      symbol: LUSD
                    - assetType: >-
                        eip155:10/erc20:0xc40f949f8a4e094d1b49a23ea9241d289b7b2819
                      decimals: 18
                      name: Liquity USD
                      symbol: LUSD
                - aggregatedAssetId: ob:toshi
                  symbol: TOSHI
                  name: Toshi
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4
                      decimals: 18
                      name: Toshi
                      symbol: TOSHI
                - aggregatedAssetId: ob:wavax
                  symbol: WAVAX
                  name: Wrapped AVAX
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:43114/erc20:0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7
                      decimals: 18
                      name: Wrapped AVAX
                      symbol: WAVAX
                - aggregatedAssetId: ob:normie
                  symbol: NORMIE
                  name: NORMIE
                  decimals: 9
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x47b464edb8dc9bc67b5cd4c9310bb87b773845bd
                      decimals: 9
                      name: NORMIE
                      symbol: NORMIE
                - aggregatedAssetId: ob:luna
                  symbol: LUNA
                  name: Luna by Virtuals
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:8453/erc20:0x55cd6469f597452b5a7536e2cd98fde4c1247ee4
                      decimals: 18
                      name: Luna by Virtuals
                      symbol: LUNA
                - aggregatedAssetId: ob:pear
                  symbol: PEAR
                  name: Pear Protocol
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:42161/erc20:0x3212dc0f8c834e4de893532d27cc9b6001684db0
                      decimals: 18
                      name: Pear Protocol
                      symbol: PEAR
                - aggregatedAssetId: ob:velo
                  symbol: VELO
                  name: Velodrome Finance
                  decimals: 18
                  aggregatedEntities:
                    - assetType: >-
                        eip155:10/erc20:0x9560e827af36c94d2ac33a39bce1fe78631088db
                      decimals: 18
                      name: Velodrome Finance
                      symbol: VELO
        '401':
          $ref: '#/components/responses/unauthorized'
components:
  schemas:
    assets-response:
      type: object
      properties:
        aggregatedAssetId:
          type: string
          description: The aggregated asset ID (e.g., ob:usdc, ob:eth, ob:pepe)
          example: ob:usdt
        symbol:
          type: string
          description: The symbol of the aggregated asset (e.g., USD, ETH)
          example: USDT
        name:
          type: string
          description: The name of the aggregated asset (e.g., US Dollar, Ethereum)
          example: Tether USD
        decimals:
          type: integer
          description: The number of decimals for the aggregated asset
          example: 6
        logoUrl:
          type: string
          description: URL to the logo of the asset
          example: https://example.com/logo.png
          format: url
        aggregatedEntities:
          description: List of individual assets that are part of this aggregated asset
          type: array
          items:
            $ref: '#/components/schemas/individual-asset'
      required:
        - aggregatedAssetId
        - symbol
        - name
        - decimals
        - aggregatedEntities
    individual-asset:
      type: object
      properties:
        assetType:
          type: string
          description: >-
            The CAIP-19 asset type identifier for the individual asset (e.g.,
            `eip155:1/erc20:...` or `eip155:1/slip44:...`).
          example: eip155:1/erc20:0xdAC17F958D2ee523a2206206994597C13D831ec7
        decimals:
          type: integer
          description: Number of decimals for the individual asset
          example: 6
        name:
          type: string
          description: Name of the individual asset
          example: Tether USD
        symbol:
          type: string
          description: Symbol of the individual asset
          example: USDT
      required:
        - assetType
        - decimals
        - name
        - symbol
    HttpUnauthorizedException:
      type: object
      properties:
        error:
          type: string
          description: Error name
          example: UnauthorizedException
        message:
          type: string
          description: Error message
          example: Invalid or missing API key
        statusCode:
          type: number
          description: Error status code
          example: 401
        timestamp:
          type: string
          description: Error timestamp
          example: '2024-12-18T14:38:24.793Z'
        path:
          type: string
          description: Error path
          example: /api/account/predict-address
      required:
        - error
        - message
        - statusCode
        - timestamp
        - path
  responses:
    unauthorized:
      description: Unauthorized
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/HttpUnauthorizedException'
          example:
            error: UnauthorizedException
            message: Invalid or missing API key
            statusCode: 401
            timestamp: '2024-12-18T14:38:24.793Z'
            path: /api/xxx/xxx
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      name: x-api-key
      in: header
      description: >-
        The OneBalance API uses API keys to authenticate requests. All API
        requests require authentication using an API key passed in the
        `x-api-key` header:


        ```bash

        curl -X 'GET' \
          'https://be.onebalance.io/api/path-to/endpoint' \
          -H 'x-api-key: ${ONEBALANCE_API_KEY}' \
          ...
        ```


        A public API key is available for testing purposes with limited usage:
        `42bb629272001ee1163ca0dbbbc07bcbb0ef57a57baf16c4b1d4672db4562c11`.


        All API requests must be made over HTTPS. Calls made over plain HTTP
        will fail. API requests without authentication will also fail.


        Learn how to generate API access tokens at [OneBalance
        Docs](https://docs.onebalance.io).

````