NTerminal has complete blockchain data for Bitcoin (including its derivatives, Bitcoin Cash, Bitcoin SV, Litecoin, ZCash Transparent Transactions), Ethereum (including its derivative Ethereum Classic and the thousands of tokens based on their network), XRP, Stellar, EOS, Dogecoin, and NEO. NTerminal consistently adds and updates new blockchain data.
{
"type": "object",
"title": "Blockchain Transaction Content",
"properties": {
"transaction_hash": {
"type": "string"
},
"size": {
"type": "integer"
},
"in": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"script": {
"type": "string"
}
}
}
},
"out": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"address": {
"type": "string"
},
"script": {
"type": "string"
}
}
}
}
},
"required": [
"transaction_hash",
"in",
"out"
]
}