Data Api Multi Address Response Structure
Multi-address summary plus recent transactions across all addresses.
Type: object
Properties: 3
CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs
MultiAddressResponse is a JSON Structure definition published by Blockchain.com, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-structure/data-api-multi-address-response-structure.json",
"name": "MultiAddressResponse",
"description": "Multi-address summary plus recent transactions across all addresses.",
"type": "object",
"properties": {
"addresses": {
"type": "array",
"description": "Per-address summary entries.",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"n_tx": {
"type": "int32"
},
"total_received": {
"type": "int64"
},
"total_sent": {
"type": "int64"
},
"final_balance": {
"type": "int64"
},
"change_index": {
"type": "int32"
},
"account_index": {
"type": "int32"
}
}
}
},
"wallet": {
"type": "object",
"description": "Aggregate balances across the supplied addresses.",
"properties": {
"n_tx": {
"type": "int32"
},
"n_tx_filtered": {
"type": "int32"
},
"total_received": {
"type": "int64"
},
"total_sent": {
"type": "int64"
},
"final_balance": {
"type": "int64"
}
}
},
"txs": {
"type": "array",
"description": "Most recent transactions across all addresses.",
"items": {
"type": "object",
"description": "A Bitcoin transaction with its inputs and outputs.",
"properties": {
"hash": {
"type": "string",
"description": "Transaction hash.",
"example": "00000000000000000004f4e7a18a09b1f8e96d6fb01d9b6fce4d12cb3f8a7e21"
},
"ver": {
"type": "int32",
"description": "Transaction version.",
"example": 1
},
"vin_sz": {
"type": "int32",
"description": "Number of inputs.",
"example": 1
},
"vout_sz": {
"type": "int32",
"description": "Number of outputs.",
"example": 1
},
"size": {
"type": "int32",
"description": "Serialized transaction size in bytes.",
"example": 1
},
"weight": {
"type": "int32",
"description": "Transaction weight (BIP141).",
"example": 1
},
"fee": {
"type": "int64",
"description": "Fee paid in Satoshi.",
"example": 1
},
"relayed_by": {
"type": "string",
"description": "IP address that relayed the transaction."
},
"lock_time": {
"type": "int64",
"description": "Lock time (block height or Unix seconds).",
"example": 1748609400000
},
"tx_index": {
"type": "int64",
"description": "Internal transaction index.",
"example": 1
},
"double_spend": {
"type": "boolean",
"description": "True if the transaction is a known double-spend.",
"example": true
},
"time": {
"type": "int64",
"description": "First-seen time (Unix seconds).",
"example": 1748609400000
},
"block_index": {
"type": "int64",
"description": "Block index containing the transaction (null if unconfirmed).",
"example": 1
},
"block_height": {
"type": "int32",
"description": "Block height containing the transaction (null if unconfirmed).",
"example": 851234
},
"inputs": {
"type": "array",
"description": "Transaction inputs.",
"items": {
"$ref": "#/components/schemas/TxInput"
}
},
"out": {
"type": "array",
"description": "Transaction outputs.",
"items": {
"$ref": "#/components/schemas/TxOutput"
}
}
}
}
}
}
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/data-api-multi-address-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.