BitPowr Technologies, Inc. Account API

The Account API from BitPowr Technologies, Inc. — 12 operation(s) for account.

OpenAPI Specification

bitpowr-technologies-inc-account-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: Bitpowr Reference Account API
  contact: {}
  version: '1.0'
  x-apievangelist-source: reconstructed from docs.bitpowr.com ReadMe per-operation OpenAPI fragments (2026-07-18)
servers:
- url: https://developers.bitpowr.com/api/v1
tags:
- name: Account
paths:
  /accounts:
    post:
      tags:
      - Account
      summary: Create accounts
      description: This endpoint creates an account
      operationId: Createaccounts
      parameters: []
      requestBody:
        content:
          application/json:
            encoding: {}
            schema:
              required:
              - name
              - passphrase
              type: object
              properties:
                name:
                  type: string
                  description: The name of the account/wallet you want to create.
                  example: TEST  jan 19
                passphrase:
                  type: string
                  description: Something simillar to a passowrd for your wallet/account.
                  example: ioetdf0isd08
                type:
                  type: string
                  description: Could be DEFAULT/SELF_CUSTODY/SAVINGS/EXCHANGES
                  example: DEFAULT
                showInDashboard:
                  type: boolean
                  description: Choose whether to show account/wallet in dashboard
                  example: false
                assets:
                  type: string
                  description: arrays of assets you want to add to your account/wallet
                  example: BTC
                externalId:
                  type: string
                  description: The external unique id / random generated string
                  example: BTC
                email:
                  type: string
                  description: required only for SELF_CUSTODY type
                  example: BTC
        required: false
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      security:
      - bearer: []
    get:
      tags:
      - Account
      summary: Get account
      description: This endpoint returns all user's accounts/wallets
      operationId: Getaccount
      parameters:
      - name: perPage
        in: query
        description: The number of accounts per request.
        required: false
        style: form
        schema:
          type: number
          example: 1
      - name: page
        in: query
        description: The page offset
        required: false
        style: form
        schema:
          type: number
          example: 1
      - name: orderBy
        in: query
        description: Sort accounts by asc or desc.
        required: false
        style: form
        schema:
          type: string
          example: asc
      responses:
        '200':
          description: ''
          headers: {}
          content:
            application/json:
              schema:
                title: Data9
                required:
                - uid
                - name
                - externalId
                - isDeleted
                - isArchived
                - organizationId
                - network
                - createdAt
                - updatedAt
                - mode
                - accountId
                type: object
                properties:
                  uid:
                    type: string
                  name:
                    type: string
                  externalId:
                    type: string
                  network:
                    type: string
                  mode:
                    type: string
                  isArchived:
                    type: boolean
                  isDeleted:
                    type: boolean
                  organizationId:
                    type: string
                  updatedAt:
                    type: string
                    nullable: true
                  createdAt:
                    type: string
                  Address:
                    type: array
                example:
                  uid: e4a169a9-c8cb-4222-b046-505c24dd6dc7
                  name: Address Testing
                  externalId: 9cf60605-afdc-48b4-bd65-d836cffbfb74-23456
                  isDeleted: false
                  isArchived: false
                  organizationId: 93d65302-f671-4ec6-9c55-f2b0af3bc874
                  network: TESTNET
                  createdAt: '2023-12-09T14:45:43.244Z'
                  updatedAt: '2023-12-09T14:45:43.245Z'
                  mode: TEST
                  accountId: c4877f32-242b-462c-8de1-1d77ca4e8736
              example:
                status: success
                page: 1
                totalPages: 3
                data:
                - uid: d2acaff2-554d-4a7e-8c60-a3f8105c9f32
                  externalId: null
                  fiatCurrency: USD
                  name: 'Bitpowr '
                  type: DEFAULT
                  showInDashboard: true
                  isDeleted: false
                  isArchived: false
                  organizationId: 0ed32cca-14b2-4fd0-8221-bd1c4e752198
                  network: TESTNET
                  createdAt: '2021-12-12T14:47:45.991Z'
                  mode: TEST
                  maxDailyAmount: 1000
                  maxMonthlyAmount: 100000
                  maxDailyTransactionsCount: 399
                  maxMonthlyTransactionsCount: 1000
                  whiteListAddresses: null
                  asset:
                  - uid: 564ae50d-7285-417d-96aa-c8b99b06467a
                    guid: 5da79336-49a6-4cf0-b056-f8c9e38a0b63
                    label: Bitcoin
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BITCOIN
                    network: TESTNET
                    mode: TEST
                    assetType: BTC
                    autoForwardAddress: null
                    createdAt: '2021-12-12T15:15:56.266Z'
                    balance:
                      received: '0.00334066'
                      sent: '0.00001692'
                      balance: '0.00332374'
                      pending: '0.0'
                      blocked: '0'
                  - uid: 43c6b802-cd3d-4ccc-acbc-cbd0d5c956d4
                    guid: 3d897193-aeca-4280-a3de-a4e70df98e5a
                    label: Bitcoin Cash
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BITCOINCASH
                    network: TESTNET
                    mode: TEST
                    assetType: BCH
                    autoForwardAddress: null
                    createdAt: '2021-12-14T07:07:27.129Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 208423b4-ad4f-4146-84f0-e1982192b1c8
                    guid: 2df525d7-f15c-41ca-ace4-4b03ee79b59e
                    label: Litecoin
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: LITECOIN
                    network: TESTNET
                    mode: TEST
                    assetType: LTC
                    autoForwardAddress: null
                    createdAt: '2021-12-17T12:33:42.754Z'
                    balance:
                      received: '0.133702'
                      sent: '0.06763646'
                      balance: '0.06606554'
                      pending: '0.0'
                      blocked: '0'
                  - uid: d8653877-fb96-4523-81b1-e51c0d161d23
                    guid: e95e95b8-cd23-43e3-b40b-a5298c82b27b
                    label: Ethereum
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: ETHEREUM
                    network: TESTNET
                    mode: TEST
                    assetType: ETH
                    autoForwardAddress: null
                    createdAt: '2021-12-17T12:37:25.636Z'
                    balance:
                      received: '0.23543357'
                      sent: '0.235370895066691006'
                      balance: '0.000062674933308994'
                      pending: '0.0'
                      blocked: '0'
                  - uid: 85ebb683-7f17-4098-89f2-683e4bb8dd6f
                    guid: ae790f48-7434-4112-8021-7a4e6bfe8c81
                    label: BNB (BSC)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BSC
                    network: TESTNET
                    mode: TEST
                    assetType: BSC
                    autoForwardAddress: null
                    createdAt: '2022-01-26T17:28:34.290Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: ce5d4fe0-407c-4d39-80bd-07c9027ceaca
                    guid: e012a523-0236-41d2-b5bd-2316fb88bcc5
                    label: Tron (TRX)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: TRON
                    network: TESTNET
                    mode: TEST
                    assetType: TRON
                    autoForwardAddress: null
                    createdAt: '2022-01-26T17:28:51.711Z'
                    balance:
                      received: '55.422050'
                      sent: '54.331273'
                      balance: '1.090777'
                      pending: '0.0'
                      blocked: '0'
                  - uid: 62123e6d-dfe5-4ca9-8fcd-653ead5938f1
                    guid: 4643099f-5e2b-47bf-b7ab-29dbab53954b
                    label: Matic
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: POLYGON
                    network: TESTNET
                    mode: TEST
                    assetType: MATIC
                    autoForwardAddress: null
                    createdAt: '2022-01-26T17:29:08.155Z'
                    balance:
                      received: '0.32947691'
                      sent: '0.326090521763289924'
                      balance: '0.003386388236710076'
                      pending: '0.0'
                      blocked: '0'
                  - uid: 770d2ea6-2d6b-4b08-aa35-ea2358e77ba9
                    guid: 78878a41-b59b-4878-a2ec-35570c084ad2
                    label: TUSDC (MATIC)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: POLYGON
                    network: TESTNET
                    mode: TEST
                    assetType: TUSDC_MATIC
                    autoForwardAddress: null
                    createdAt: '2022-07-04T09:53:54.238Z'
                    balance:
                      received: '24391.98'
                      sent: '22211.09340773'
                      balance: '2180.88659227'
                      pending: '0.0'
                      blocked: '0'
                  - uid: f49f0653-68e5-42f5-b57a-12c0d5779f30
                    guid: 7368a132-726c-4f1f-8ab0-155a27bc8031
                    label: Celo
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: CELO
                    network: TESTNET
                    mode: TEST
                    assetType: CELO
                    autoForwardAddress: null
                    createdAt: '2022-08-23T09:09:04.886Z'
                    balance:
                      received: '3.24393581'
                      sent: '1.38923151'
                      balance: '1.85470430'
                      pending: '0.0'
                      blocked: '0'
                  - uid: c88e0db3-9015-4cdb-81ab-e62b8e64a49c
                    guid: fe360001-3833-4937-aa1e-ada4bdb667e8
                    label: Solana
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: SOLANA
                    network: TESTNET
                    mode: TEST
                    assetType: SOL
                    autoForwardAddress: null
                    createdAt: '2022-09-02T02:57:30.433Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 9b463c2a-cf6b-49fa-9583-b805f39c02ef
                    guid: 205f7452-385d-4caf-b09a-5e9ba6c73de3
                    label: TUSDC (ETH)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: ETHEREUM
                    network: TESTNET
                    mode: TEST
                    assetType: TUSDC_ETH
                    autoForwardAddress: null
                    createdAt: '2022-09-23T03:12:22.010Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 12376842-3e74-4261-b266-9eb53210531f
                    guid: df055b45-e39d-44f4-8e33-b81ace5862a2
                    label: Stellar
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: STELLAR
                    network: TESTNET
                    mode: TEST
                    assetType: XLM
                    autoForwardAddress: null
                    createdAt: '2023-04-10T08:07:41.728Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 4fe3af17-a3a1-4d18-971f-f95dabad1e19
                    guid: cc497666-b58b-4606-98dd-22ff47ef1163
                    label: TUSDC (SOL)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: SOLANA
                    network: TESTNET
                    mode: TEST
                    assetType: TUSDC_SOL
                    autoForwardAddress: null
                    createdAt: '2023-04-10T08:15:36.229Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: c7ad98f9-a9ad-46eb-bb92-e30f27aa9967
                    guid: ea7c29d7-dd07-4e77-b2bf-d9ca87b824e7
                    label: TEURC (XLM)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: STELLAR
                    network: TESTNET
                    mode: TEST
                    assetType: TEURC_XLM
                    autoForwardAddress: null
                    createdAt: '2023-04-10T11:37:41.556Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: c87de11f-46f1-4906-8e82-9481623c053c
                    guid: dfa42a22-7a0d-4cf4-aebb-87cca07cba49
                    label: TUSDC (XLM)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: STELLAR
                    network: TESTNET
                    mode: TEST
                    assetType: TUSDC_XLM
                    autoForwardAddress: null
                    createdAt: '2024-01-11T07:17:29.124Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: f28fc50c-3ac3-41b2-8d3e-7964be7e3503
                    guid: d94e0b80-a23f-40c3-8d0e-b84b45f34806
                    label: Arbitrum - ETH
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: ARBITRUM
                    network: TESTNET
                    mode: TEST
                    assetType: ETH_ARB
                    autoForwardAddress: null
                    createdAt: '2024-01-16T15:11:24.368Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 42ef1363-4308-4b43-a174-3fe74977d8fd
                    guid: 2c850f4c-59f5-4b97-a1a5-9c88174a2a9c
                    label: TUSDC (TRX)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: TRON
                    network: TESTNET
                    mode: TEST
                    assetType: TUSDC_TRON
                    autoForwardAddress: null
                    createdAt: '2024-01-16T15:12:34.669Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  fiatBalance:
                    received: '25344.08'
                    sent: '22947.10'
                    balance: '2396.99'
                    pending: '0.00'
                    blocked: '0.00'
                - uid: e95836d1-f496-447a-bbc0-d975d85a1c13
                  externalId: null
                  fiatCurrency: USD
                  name: Enza Capital
                  type: DEFAULT
                  showInDashboard: true
                  isDeleted: false
                  isArchived: false
                  organizationId: 0ed32cca-14b2-4fd0-8221-bd1c4e752198
                  network: TESTNET
                  createdAt: '2021-12-15T13:41:33.211Z'
                  mode: TEST
                  maxDailyAmount: 50
                  maxMonthlyAmount: 100000
                  maxDailyTransactionsCount: 5
                  maxMonthlyTransactionsCount: 1000
                  whiteListAddresses: null
                  asset:
                  - uid: 3bf73934-1e21-4ed1-ab15-eb74fb4eab5f
                    guid: 3d37aeda-8d6e-400d-8a7c-ca90ace31229
                    label: Bitcoin Cash
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BITCOINCASH
                    network: TESTNET
                    mode: TEST
                    assetType: BCH
                    autoForwardAddress: null
                    createdAt: '2021-12-15T13:42:19.223Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 794b7c46-b9ea-4467-bf13-e4b985c294c1
                    guid: ff1b8e6a-47f6-4087-98fb-d15d6cd0266f
                    label: Bitcoin
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BITCOIN
                    network: TESTNET
                    mode: TEST
                    assetType: BTC
                    autoForwardAddress: null
                    createdAt: '2021-12-15T13:42:29.030Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 2326436d-2443-4f81-aa48-637a42c918a7
                    guid: 8518d60b-ea36-4f09-a690-0426488c53f9
                    label: Celo
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: CELO
                    network: TESTNET
                    mode: TEST
                    assetType: CELO
                    autoForwardAddress: null
                    createdAt: '2022-09-22T21:09:12.047Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: b5bd7d71-85fe-4410-9e35-d20b087ec1ce
                    guid: aea0fb5b-b2f0-4fd9-90ad-6c2099c4363b
                    label: BNB (BSC)
                    isDeleted: false
                    isArchived: false
                    isContract: true
                    chain: BSC
                    network: TESTNET
                    mode: TEST
                    assetType: BSC
                    autoForwardAddress: null
                    createdAt: '2022-11-25T16:50:27.665Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: f7893ba3-b92d-4cf4-9cca-f2062406de34
                    guid: 09b25adf-525f-411b-b8f7-d55c5cc8dead
                    label: Stellar
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: STELLAR
                    network: TESTNET
                    mode: TEST
                    assetType: XLM
                    autoForwardAddress: null
                    createdAt: '2022-12-01T14:54:03.666Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: fc932285-3efa-4cdb-bdb7-73f889743b4a
                    guid: 0da8b224-1a27-4565-baa0-2e83d9a0b4cc
                    label: TUSDC (XLM)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: STELLAR
                    network: TESTNET
                    mode: TEST
                    assetType: TUSDC_XLM
                    autoForwardAddress: null
                    createdAt: '2023-02-27T08:43:00.622Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 33ec3f01-b503-475f-b721-89272c3b5ee1
                    guid: 35dac59e-d552-4d6b-8976-51caad4663d7
                    label: Litecoin
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: LITECOIN
                    network: TESTNET
                    mode: TEST
                    assetType: LTC
                    autoForwardAddress: null
                    createdAt: '2023-04-14T13:37:32.206Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: dd7944a5-d78a-4888-8aa1-13a3fed421e4
                    guid: 4431d76b-2672-4d6f-ae92-a5f9fd4ccd20
                    label: Matic
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: POLYGON
                    network: TESTNET
                    mode: TEST
                    assetType: MATIC
                    autoForwardAddress: null
                    createdAt: '2023-05-30T15:50:43.915Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: ef841a8a-d669-401d-9158-28d0f854cb06
                    guid: d60a5580-2b78-4442-a0ce-ee362ae503e8
                    label: Ethereum
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: ETHEREUM
                    network: TESTNET
                    mode: TEST
                    assetType: ETH
                    autoForwardAddress: null
                    createdAt: '2021-12-15T13:42:01.546Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: d16fb7fc-ad52-49e7-ab9d-5d06eebbd5c1
                    guid: a4aba2b4-d9db-4021-bf00-bb8a6fea2cd7
                    label: Avalanche
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: AVALANCHE
                    network: TESTNET
                    mode: TEST
                    assetType: AVAX
                    autoForwardAddress: null
                    createdAt: '2024-02-02T00:02:09.360Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  fiatBalance:
                    received: '0.00'
                    sent: '0.00'
                    balance: '0.00'
                    pending: '0.00'
                    blocked: '0.00'
                - uid: 6f830f92-32d9-4cd3-a564-28f2ab7e4709
                  externalId: null
                  fiatCurrency: USD
                  name: Bimpe
                  type: DEFAULT
                  showInDashboard: true
                  isDeleted: false
                  isArchived: false
                  organizationId: 0ed32cca-14b2-4fd0-8221-bd1c4e752198
                  network: TESTNET
                  createdAt: '2021-12-15T13:41:43.362Z'
                  mode: TEST
                  maxDailyAmount: 10000
                  maxMonthlyAmount: 100000
                  maxDailyTransactionsCount: 100
                  maxMonthlyTransactionsCount: 1000
                  whiteListAddresses: null
                  asset:
                  - uid: 8a22109a-d1a4-4819-89fb-6449e4739292
                    guid: 0707a46c-f043-4997-b4df-50d373c27892
                    label: Bitcoin
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BITCOIN
                    network: TESTNET
                    mode: TEST
                    assetType: BTC
                    autoForwardAddress: null
                    createdAt: '2021-12-22T10:42:27.037Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: cff0e044-2b60-422f-95a9-8990b7b446a8
                    guid: 159af5d2-988e-4895-b732-3a1ccbc4fc66
                    label: Bitcoin Cash
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BITCOINCASH
                    network: TESTNET
                    mode: TEST
                    assetType: BCH
                    autoForwardAddress: null
                    createdAt: '2021-12-22T10:42:48.428Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: c8774f75-7ab6-44a8-abc9-205b2087864a
                    guid: 78c32506-2399-4862-af92-8b38b2385183
                    label: BNB (BSC)
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BSC
                    network: TESTNET
                    mode: TEST
                    assetType: BSC
                    autoForwardAddress: null
                    createdAt: '2021-12-22T10:44:31.984Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 1dfcffae-bd6e-434d-947c-18394e700dd4
                    guid: 205826e8-2077-47e3-9fdd-d6b70783f5db
                    label: Litecoin
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: LITECOIN
                    network: TESTNET
                    mode: TEST
                    assetType: LTC
                    autoForwardAddress: null
                    createdAt: '2021-12-22T10:44:57.606Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 3cc934a0-c544-4cd4-8655-40832163e727
                    guid: 115c971d-ceef-40bb-8304-be87e7eca5c0
                    label: Matic
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: POLYGON
                    network: TESTNET
                    mode: TEST
                    assetType: MATIC
                    autoForwardAddress: null
                    createdAt: '2021-12-22T10:46:15.443Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  - uid: 01cad424-70f1-42a2-b452-02c1d4c3fbfe
                    guid: 60949033-195c-44f3-96db-a347fcadbdae
                    label: Base
                    isDeleted: false
                    isArchived: false
                    isContract: false
                    chain: BASE
                    network: TESTNET
                    mode: TEST
                    assetType: BASE
                    autoForwardAddress: null
                    createdAt: '2024-02-01T23:55:08.486Z'
                    balance:
                      received: '0.0'
                      sent: '0.0'
                      balance: '0.0'
                      pending: '0.0'
                      blocked: '0.0'
                  fiatBalance:
                    received: '0.00'
                    sent: '0.00'
                    balance: '0.00'
                    pending: '0.00'
                    blocked: '0.00'
                - uid: f422f7f8-23d5-4dd9-8a62-46c851ddddde
                  externalId: null
                  fiatCurrency: USD
                  name: EmTech
                  type: DEFAULT
                  showInDashboard: true
                  isDeleted: false
                  isArchived: false
                  organizationId: 0ed32cca-14b2-4fd0-8221-bd1c4e752198
                  network: TESTNET
                  createdAt: '2021-12-22T10:29:12.610Z'
                  mode: TEST
                  maxDailyAmount: 1000
                  maxMonthlyAmount: 100000
                  maxDailyTransactionsCount: 4
                  maxMonthlyTransactionsCount: 1000
                  whiteListAddresses: null
                  asset:
                  - uid: 10bbb08f-28ff-4b2e-89b6-eb9abd2337cd
                    guid: 9dd

# --- truncated at 32 KB (140 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/bitpowr-technologies-inc/refs/heads/main/openapi/bitpowr-technologies-inc-account-api-openapi.yml