Arkham Balances API

The Balances API from Arkham — 4 operation(s) for balances.

OpenAPI Specification

arkham-balances-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: Arkham Intel Analytics Balances API
  version: 1.1.0
tags:
- name: Balances
paths:
  /balances/address/{address}:
    get:
      summary: Get token balances for an address
      description: Returns token balances for the specified address, optionally filtered by chains.
      operationId: GetAddressBalances
      parameters:
      - name: chains
        in: query
        description: Chains to filter by, as a single comma-separated value (e.g. 'ethereum,bsc'). If omitted, returns balances across all supported chains.
        schema:
          $ref: '#/components/schemas/Chains'
      - name: address
        in: path
        description: The blockchain address to query balances for.
        required: true
        schema:
          type: string
          description: The blockchain address to query balances for.
          example: '0x28C6c06298d514Db089934071355E5743bf21d60'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetAddressBalancesResponse'
              example:
                addresses:
                  bsc:
                    '0x28C6c06298d514Db089934071355E5743bf21d60':
                      address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                      arkhamEntity:
                        crunchbase: https://www.crunchbase.com/organization/binance
                        id: binance
                        linkedin: https://www.linkedin.com/company/binance
                        name: Binance
                        note: ''
                        service: null
                        twitter: https://twitter.com/binance
                        type: cex
                        website: https://binance.com
                      arkhamLabel:
                        address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                        chainType: evm
                        name: Hot Wallet
                      chain: bsc
                      contract: false
                      isUserAddress: false
                  ethereum:
                    '0x28C6c06298d514Db089934071355E5743bf21d60':
                      address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                      arkhamEntity:
                        crunchbase: https://www.crunchbase.com/organization/binance
                        id: binance
                        linkedin: https://www.linkedin.com/company/binance
                        name: Binance
                        note: ''
                        service: null
                        twitter: https://twitter.com/binance
                        type: cex
                        website: https://binance.com
                      arkhamLabel:
                        address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                        chainType: evm
                        name: Hot Wallet
                      chain: ethereum
                      contract: false
                      isUserAddress: false
                balances:
                  bsc:
                  - balance: 3734.2858510100004
                    balanceExact: '3734285851010000000000'
                    ethereumAddress: '0x55d398326f99059fF775485246999027B3197955'
                    id: binance-bridged-usdt-bnb-smart-chain
                    name: Tether USD
                    price: 1
                    priceChange24h: 0
                    priceChange24hPercent: 0
                    quoteTime: '2026-07-06T08:56:06.003Z'
                    symbol: USDT
                    usd: 3734.2858510100004
                  ethereum:
                  - balance: 933180509.069545
                    balanceExact: '933180509069545'
                    ethereumAddress: '0xdAC17F958D2ee523a2206206994597C13D831ec7'
                    id: tether
                    name: Tether USD
                    price: 1
                    priceChange24h: 0
                    priceChange24hPercent: 0
                    quoteTime: '2026-07-06T08:56:21.074Z'
                    symbol: USDT
                    usd: 933180509.069545
                  - balance: 264229.89222968067
                    balanceExact: '264229892229680683921876'
                    id: ethereum
                    name: Ethereum
                    price: 1764.02
                    priceChange24h: -2.2200000000000273
                    priceChange24hPercent: -0.12569073285623852
                    quoteTime: '2026-07-06T08:56:12.855Z'
                    symbol: ETH
                    usd: 466106814.4910013
                totalBalance:
                  bsc: 4958.963746508313
                  ethereum: 1851859770.8709288
                totalBalance24hAgo:
                  bsc: 4962.53510092634
                  ethereum: 1855389918.2681246
        '400':
          description: Bad Request
        '500':
          description: Internal Server Error
      tags:
      - Balances
  /balances/entity/{entity}:
    get:
      summary: Get token balances for an entity
      description: Returns token balances for the specified entity, optionally filtered by chains.
      operationId: GetEntityBalances
      parameters:
      - name: cheap
        in: query
        description: If 'true', uses a faster but less real-time balance query (up to 24 hours delayed).
        schema:
          type: string
          description: If 'true', uses a faster but less real-time balance query (up to 24 hours delayed).
          example: 'true'
      - name: chains
        in: query
        description: Chains to filter by, as a single comma-separated value (e.g. 'ethereum,bsc'). If omitted, returns balances across all supported chains.
        schema:
          $ref: '#/components/schemas/Chains'
      - name: entity
        in: path
        description: The entity ID to query balances for.
        required: true
        schema:
          type: string
          description: The entity ID to query balances for.
          example: binance
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/EntityBalancesResponse'
              example:
                balances:
                  bsc:
                  - balance: 40881.77844727871
                    id: binance-bitcoin
                    name: Binance Bitcoin
                    price: 65027
                    priceChange24h: 950
                    priceChange24hPercent: 1.4825912573934485
                    quoteTime: '2026-06-22T13:23:37.62Z'
                    symbol: BTCB
                    usd: 2658419407.0911927
                  ethereum:
                  - balance: 40046128192.73723
                    id: tether
                    name: Tether
                    price: 1
                    priceChange24h: 0
                    priceChange24hPercent: 0
                    quoteTime: '2026-06-22T13:24:28.299Z'
                    symbol: USDT
                    usd: 40046128192.73723
                  - balance: 7422685972.66057
                    id: usd-coin
                    name: USDC
                    price: 1
                    priceChange24h: 0
                    priceChange24hPercent: 0
                    quoteTime: '2026-06-22T13:24:30.156Z'
                    symbol: USDC
                    usd: 7422685972.66057
                entities:
                  binance:
                    crunchbase: https://www.crunchbase.com/organization/binance
                    description: ''
                    id: binance
                    linkedin: https://www.linkedin.com/company/binance
                    name: Binance
                    note: ''
                    populatedTags:
                    - disablePage: false
                      excludeEntities: false
                      id: proof-of-reserves
                      label: Binance Proof of Reserves
                      rank: 20
                      tagParams: Binance
                    service: null
                    twitter: https://twitter.com/binance
                    type: cex
                    website: https://binance.com
                totalBalance:
                  bsc: 11662208524.033506
                  ethereum: 66276809360.97472
                totalBalance24hAgo:
                  bsc: 11595187303.045288
                  ethereum: 65932976474.17882
        '400':
          description: Bad Request
        '500':
          description: Internal Server Error
      tags:
      - Balances
  /balances/solana/subaccounts/address/{addresses}:
    get:
      summary: Get Solana subaccount balances for addresses
      description: Returns token balances from Solana subaccounts (staking, lending, etc.) for the specified addresses.
      operationId: GetSolanaAddressSubaccountBalances
      parameters:
      - name: pricingID
        in: query
        description: The CoinGecko pricing ID of the token to query subaccount balances for. Filters results to balances of this token.
        required: true
        schema:
          type: string
          description: The CoinGecko pricing ID of the token to query subaccount balances for. Filters results to balances of this token.
          example: jito-staked-sol
      - name: limit
        in: query
        description: 'Maximum number of subaccount balance entries to return. Default: 1000.'
        schema:
          type: string
          description: 'Maximum number of subaccount balance entries to return. Default: 1000.'
          example: '1000'
      - name: addresses
        in: path
        description: Comma-separated list of Solana addresses to query subaccount balances for.
        required: true
        schema:
          type: string
          description: Comma-separated list of Solana addresses to query subaccount balances for.
          example: GxDDTT1zqgH2aNgdoyDvEgvHdsLq91JAExCTao7c5GT4
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SubaccountBalances'
                example:
                - address: BCjNfgiZYpfZG2aTDDFw5dL4zu7cwBRdv2v8FsnjK6Dy
                  balance: 508628.141646117
                  balanceExact: '508628141646117'
                  id: jito-staked-sol
                  name: Jito Staked SOL
                  ownerAddress: GxDDTT1zqgH2aNgdoyDvEgvHdsLq91JAExCTao7c5GT4
                  price: 87.73
                  symbol: JitoSOL
                  usd: 44621946.86661385
        '400':
          description: Bad Request
        '500':
          description: Internal Server Error
      tags:
      - Balances
  /balances/solana/subaccounts/entity/{entities}:
    get:
      summary: Get Solana subaccount balances for entities
      description: Returns token balances from Solana subaccounts (staking, lending, etc.) for the specified entities.
      operationId: GetSolanaEntitySubaccountBalances
      parameters:
      - name: pricingID
        in: query
        description: The CoinGecko pricing ID of the token to query subaccount balances for. Filters results to balances of this token.
        required: true
        schema:
          type: string
          description: The CoinGecko pricing ID of the token to query subaccount balances for. Filters results to balances of this token.
          example: tensor
      - name: limit
        in: query
        description: 'Maximum number of subaccount balance entries to return. Default: 1000.'
        schema:
          type: string
          description: 'Maximum number of subaccount balance entries to return. Default: 1000.'
          example: '1000'
      - name: entities
        in: path
        description: Comma-separated list of entity IDs to query subaccount balances for.
        required: true
        schema:
          type: string
          description: Comma-separated list of entity IDs to query subaccount balances for.
          example: binance,coinbase
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SubaccountBalances'
                example:
                - address: BCjNfgiZYpfZG2aTDDFw5dL4zu7cwBRdv2v8FsnjK6Dy
                  balance: 508628.141646117
                  balanceExact: '508628141646117'
                  id: jito-staked-sol
                  name: Jito Staked SOL
                  ownerAddress: GxDDTT1zqgH2aNgdoyDvEgvHdsLq91JAExCTao7c5GT4
                  price: 87.73
                  symbol: JitoSOL
                  usd: 44621946.86661385
              example:
              - address: GugV3a7dGm2n5SDmsoiWKgaPGjwkoMBuz1wQaDCAftKb
                balance: 73296943.94763146
                balanceExact: '73296943947631461'
                id: tensor
                name: Tensor
                ownerAddress: 5tzFkiKscXHK5ZXCGbXZxdw7gTjjD1mBwuoFbhUvuAi9
                price: 0.04028654
                symbol: TNSR
                usd: 2952880.2642240124
        '400':
          description: Bad Request
        '500':
          description: Internal Server Error
      tags:
      - Balances
components:
  schemas:
    Chain:
      enum:
      - ethereum
      - polygon
      - bsc
      - optimism
      - avalanche
      - arbitrum_one
      - base
      - bitcoin
      - tron
      - flare
      - solana
      - dogecoin
      - zcash
      - hyperevm
      - hypercore
      type: string
      example: ethereum
    Label:
      required:
      - name
      - address
      - chainType
      type: object
      properties:
        address:
          type: string
          example: '0x28C6c06298d514Db089934071355E5743bf21d60'
        chainType:
          type: string
          example: evm
        name:
          type: string
          example: Cold Wallet
        note:
          type: string
          example: ''
      example:
        address: '0x28C6c06298d514Db089934071355E5743bf21d60'
        chainType: evm
        name: Cold Wallet
        note: ''
    Chains:
      type: array
      items:
        $ref: '#/components/schemas/Chain'
      example:
      - ethereum
      - bsc
      - polygon
    GetAddressBalancesResponse:
      required:
      - addresses
      - totalBalance
      - totalBalance24hAgo
      - balances
      type: object
      properties:
        addresses:
          type: object
          additionalProperties:
            type: object
            additionalProperties:
              $ref: '#/components/schemas/Address'
            example:
              abc123:
                address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                arkhamEntity:
                  addresses:
                    abc123:
                    - abc123
                  crunchbase: https://www.crunchbase.com/organization/binance
                  customImageSlug: binance
                  customized: true
                  id: binance
                  instagram: https://www.instagram.com/binance
                  linkShareable: true
                  linkedin: https://www.linkedin.com/company/binance
                  name: Binance
                  note: ''
                  ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                  populatedTags:
                  - chain: ethereum
                    disablePage: false
                    excludeEntities: false
                    id: proof-of-reserves
                    label: Binance Proof of Reserves
                    rank: 20
                    tagParams: Binance
                  service: true
                  twitter: https://twitter.com/binance
                  type: cex
                  website: https://binance.com
                arkhamLabel:
                  address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                  chainType: evm
                  name: Cold Wallet
                  note: ''
                chain: ethereum
                contract: false
                depositServiceID: binance
                isShielded: true
                isUserAddress: false
                ownerAddress: {}
                predictedEntity:
                  addresses:
                    abc123:
                    - abc123
                  crunchbase: https://www.crunchbase.com/organization/binance
                  customImageSlug: binance
                  customized: true
                  id: binance
                  instagram: https://www.instagram.com/binance
                  linkShareable: true
                  linkedin: https://www.linkedin.com/company/binance
                  name: Binance
                  note: ''
                  ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                  populatedTags:
                  - chain: ethereum
                    disablePage: false
                    excludeEntities: false
                    id: proof-of-reserves
                    label: Binance Proof of Reserves
                    rank: 20
                    tagParams: Binance
                  service: true
                  twitter: https://twitter.com/binance
                  type: cex
                  website: https://binance.com
                program: true
                service: true
                userEntity:
                  addresses:
                    abc123:
                    - abc123
                  crunchbase: https://www.crunchbase.com/organization/binance
                  customImageSlug: binance
                  customized: true
                  id: binance
                  instagram: https://www.instagram.com/binance
                  linkShareable: true
                  linkedin: https://www.linkedin.com/company/binance
                  name: Binance
                  note: ''
                  ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                  populatedTags:
                  - chain: ethereum
                    disablePage: false
                    excludeEntities: false
                    id: proof-of-reserves
                    label: Binance Proof of Reserves
                    rank: 20
                    tagParams: Binance
                  service: true
                  twitter: https://twitter.com/binance
                  type: cex
                  website: https://binance.com
                userLabel:
                  address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                  chainType: evm
                  name: Cold Wallet
                  note: ''
          nullable: true
          example:
            abc123:
              abc123:
                address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                arkhamEntity:
                  addresses:
                    abc123:
                    - abc123
                  crunchbase: https://www.crunchbase.com/organization/binance
                  customImageSlug: binance
                  customized: true
                  id: binance
                  instagram: https://www.instagram.com/binance
                  linkShareable: true
                  linkedin: https://www.linkedin.com/company/binance
                  name: Binance
                  note: ''
                  ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                  populatedTags:
                  - chain: ethereum
                    disablePage: false
                    excludeEntities: false
                    id: proof-of-reserves
                    label: Binance Proof of Reserves
                    rank: 20
                    tagParams: Binance
                  service: true
                  twitter: https://twitter.com/binance
                  type: cex
                  website: https://binance.com
                arkhamLabel:
                  address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                  chainType: evm
                  name: Cold Wallet
                  note: ''
                chain: ethereum
                contract: false
                depositServiceID: binance
                isShielded: true
                isUserAddress: false
                ownerAddress: {}
                predictedEntity:
                  addresses:
                    abc123:
                    - abc123
                  crunchbase: https://www.crunchbase.com/organization/binance
                  customImageSlug: binance
                  customized: true
                  id: binance
                  instagram: https://www.instagram.com/binance
                  linkShareable: true
                  linkedin: https://www.linkedin.com/company/binance
                  name: Binance
                  note: ''
                  ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                  populatedTags:
                  - chain: ethereum
                    disablePage: false
                    excludeEntities: false
                    id: proof-of-reserves
                    label: Binance Proof of Reserves
                    rank: 20
                    tagParams: Binance
                  service: true
                  twitter: https://twitter.com/binance
                  type: cex
                  website: https://binance.com
                program: true
                service: true
                userEntity:
                  addresses:
                    abc123:
                    - abc123
                  crunchbase: https://www.crunchbase.com/organization/binance
                  customImageSlug: binance
                  customized: true
                  id: binance
                  instagram: https://www.instagram.com/binance
                  linkShareable: true
                  linkedin: https://www.linkedin.com/company/binance
                  name: Binance
                  note: ''
                  ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                  populatedTags:
                  - chain: ethereum
                    disablePage: false
                    excludeEntities: false
                    id: proof-of-reserves
                    label: Binance Proof of Reserves
                    rank: 20
                    tagParams: Binance
                  service: true
                  twitter: https://twitter.com/binance
                  type: cex
                  website: https://binance.com
                userLabel:
                  address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                  chainType: evm
                  name: Cold Wallet
                  note: ''
        balances:
          type: object
          additionalProperties:
            type: array
            items:
              $ref: '#/components/schemas/Balance'
            example:
            - balance: 1250.75
              balanceExact: abc123
              ethereumAddress: '0xdAC17F958D2ee523a2206206994597C13D831ec7'
              id: tether
              name: Tether
              price: 1
              priceChange24h: 1.23
              priceChange24hPercent: 1.23
              quoteTime: '2024-01-01T00:00:00Z'
              symbol: USDT
              usd: 1250.75
          nullable: true
          example:
            abc123:
            - balance: 1250.75
              balanceExact: abc123
              ethereumAddress: '0xdAC17F958D2ee523a2206206994597C13D831ec7'
              id: tether
              name: Tether
              price: 1
              priceChange24h: 1.23
              priceChange24hPercent: 1.23
              quoteTime: '2024-01-01T00:00:00Z'
              symbol: USDT
              usd: 1250.75
        totalBalance:
          type: object
          additionalProperties:
            type: number
            example: 1.23
          nullable: true
          example:
            abc123: 1.23
        totalBalance24hAgo:
          type: object
          additionalProperties:
            type: number
            example: 1.23
          nullable: true
          example:
            abc123: 1.23
      example:
        addresses:
          abc123:
            abc123:
              address: '0x28C6c06298d514Db089934071355E5743bf21d60'
              arkhamEntity:
                addresses:
                  abc123:
                  - abc123
                crunchbase: https://www.crunchbase.com/organization/binance
                customImageSlug: binance
                customized: true
                id: binance
                instagram: https://www.instagram.com/binance
                linkShareable: true
                linkedin: https://www.linkedin.com/company/binance
                name: Binance
                note: ''
                ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                populatedTags:
                - chain: ethereum
                  disablePage: false
                  excludeEntities: false
                  id: proof-of-reserves
                  label: Binance Proof of Reserves
                  rank: 20
                  tagParams: Binance
                service: true
                twitter: https://twitter.com/binance
                type: cex
                website: https://binance.com
              arkhamLabel:
                address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                chainType: evm
                name: Cold Wallet
                note: ''
              chain: ethereum
              contract: false
              depositServiceID: binance
              isShielded: true
              isUserAddress: false
              ownerAddress: {}
              predictedEntity:
                addresses:
                  abc123:
                  - abc123
                crunchbase: https://www.crunchbase.com/organization/binance
                customImageSlug: binance
                customized: true
                id: binance
                instagram: https://www.instagram.com/binance
                linkShareable: true
                linkedin: https://www.linkedin.com/company/binance
                name: Binance
                note: ''
                ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                populatedTags:
                - chain: ethereum
                  disablePage: false
                  excludeEntities: false
                  id: proof-of-reserves
                  label: Binance Proof of Reserves
                  rank: 20
                  tagParams: Binance
                service: true
                twitter: https://twitter.com/binance
                type: cex
                website: https://binance.com
              program: true
              service: true
              userEntity:
                addresses:
                  abc123:
                  - abc123
                crunchbase: https://www.crunchbase.com/organization/binance
                customImageSlug: binance
                customized: true
                id: binance
                instagram: https://www.instagram.com/binance
                linkShareable: true
                linkedin: https://www.linkedin.com/company/binance
                name: Binance
                note: ''
                ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
                populatedTags:
                - chain: ethereum
                  disablePage: false
                  excludeEntities: false
                  id: proof-of-reserves
                  label: Binance Proof of Reserves
                  rank: 20
                  tagParams: Binance
                service: true
                twitter: https://twitter.com/binance
                type: cex
                website: https://binance.com
              userLabel:
                address: '0x28C6c06298d514Db089934071355E5743bf21d60'
                chainType: evm
                name: Cold Wallet
                note: ''
        balances:
          abc123:
          - balance: 1250.75
            balanceExact: abc123
            ethereumAddress: '0xdAC17F958D2ee523a2206206994597C13D831ec7'
            id: tether
            name: Tether
            price: 1
            priceChange24h: 1.23
            priceChange24hPercent: 1.23
            quoteTime: '2024-01-01T00:00:00Z'
            symbol: USDT
            usd: 1250.75
        totalBalance:
          abc123: 1.23
        totalBalance24hAgo:
          abc123: 1.23
    Entity:
      required:
      - name
      - note
      - id
      - type
      - service
      type: object
      properties:
        addresses:
          type: object
          additionalProperties:
            type: array
            items:
              type: string
              example: abc123
            example:
            - abc123
          example:
            abc123:
            - abc123
        crunchbase:
          type: string
          nullable: true
          example: https://www.crunchbase.com/organization/binance
        customImageSlug:
          type: string
          nullable: true
          example: binance
        customized:
          type: boolean
          nullable: true
          example: true
        id:
          type: string
          example: binance
        instagram:
          type: string
          nullable: true
          example: https://www.instagram.com/binance
        linkShareable:
          type: boolean
          nullable: true
          example: true
        linkedin:
          type: string
          nullable: true
          example: https://www.linkedin.com/company/binance
        name:
          type: string
          example: Binance
        note:
          type: string
          example: ''
        ownerUID:
          type: string
          example: a1b2c3d4-5678-90ab-cdef-1234567890ab
        populatedTags:
          type: array
          items:
            $ref: '#/components/schemas/PopulatedTag'
          example:
          - chain: ethereum
            disablePage: false
            excludeEntities: false
            id: proof-of-reserves
            label: Binance Proof of Reserves
            rank: 20
            tagParams: Binance
        service:
          type: boolean
          nullable: true
          example: true
        twitter:
          type: string
          nullable: true
          example: https://twitter.com/binance
        type:
          type: string
          nullable: true
          example: cex
        website:
          type: string
          nullable: true
          example: https://binance.com
      example:
        addresses:
          abc123:
          - abc123
        crunchbase: https://www.crunchbase.com/organization/binance
        customImageSlug: binance
        customized: true
        id: binance
        instagram: https://www.instagram.com/binance
        linkShareable: true
        linkedin: https://www.linkedin.com/company/binance
        name: Binance
        note: ''
        ownerUID: a1b2c3d4-5678-90ab-cdef-1234567890ab
        populatedTags:
        - chain: ethereum
          disablePage: false
          excludeEntities: false
          id: proof-of-reserves
          label: Binance Proof of Reserves
          rank: 20
          tagParams: Binance
        service: true
        twitter: https://twitter.com/binance
        type: cex
        website: https://binance.com
    ArkhamEntity:
      required:
      - name
      - note
      - id
      - type
      - service
      - description
      type: object
      properties:
        addresses:
          type: object
          additionalProperties:
            type: array
            items:
              type: string
              example: abc123
            example:
            - abc123
          example:
            abc123:
            - abc123
        crunchbase:
          type: string
          nullable: true
          example: https://www.crunchbase.com/organization/binance
        customImageSlug:
          type: string
          nullable: true
          example: binance
        customized:
          type: boolean
          nullable: true
          example: true
        description:
          type: string
          example: Binance is a global cryptocurrency exchange.
        id:
          type: string
          example: binance
        instagram:
          type: string
          nullable: true
          example: https://www.instagram.com/binance
        linkShareable:
          type: boolean
          nullable: true
          example: true
        linkedin:
          type: strin

# --- truncated at 32 KB (46 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/arkham/refs/heads/main/openapi/arkham-balances-api-openapi.yml