Avalanche · Schema

ListCChainAtomicBalancesResponse

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
balances object
chainInfo object
View JSON Schema on GitHub

JSON Schema

ListCChainAtomicBalancesResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/ListCChainAtomicBalancesResponse.json",
  "title": "ListCChainAtomicBalancesResponse",
  "type": "object",
  "properties": {
    "balances": {
      "$ref": "#/components/schemas/CChainAtomicBalances"
    },
    "chainInfo": {
      "$ref": "#/components/schemas/PrimaryNetworkChainInfo"
    }
  },
  "required": [
    "balances",
    "chainInfo"
  ]
}