Block
About 6 min
Block
Latest Block Height
GET
https://services.tokenview.io/vipapi/block/latest/neo?apikey={apikey}
Parameters
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/coin/latest/neo?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": 9087130
}
Block Header Info
GET
https://services.tokenview.io/vipapi/block/neo/{block-height}?apikey={apikey}
Parameters
- {block-height}: the block height number;
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
The Data in Block Header:
- Hash of the parent block;
- Mining difficulty, block timestamp and Nonce;
- Merkle tree
Request
curl --location https://services.tokenview.io/vipapi/block/neo/9078265?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"appendixData": null,
"pending": null,
"type": "block",
"network": "NEO",
"block_no": 9078265,
"time": 1649927053,
"fee": null,
"blockhash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"reward": "4",
"size": 13065,
"previous_blockhash": "0x562af89851036bb96a4bbbf1277f81186b9fcd829a22406cc38ec1991ac99d61",
"next_blockhash": "0x7f275404c34a3a0090b18e2ded1c4419ed701859773707f51d5ad2a085f27b2f",
"confirmations": 8866,
"miner": null,
"minerAlias": null,
"signature": null,
"witness": null,
"script": {
"invocation": "407f908b2e5fff5a4da8db3e7337675f09b83e152a7ad6dbc20c47b4f6e1eb501ce5e2f99675fcf6034e4ea801095ab4d9ded03eca844202bdc7852836d9e3bbbe40578f01dcffa3fe2ded2b1f9a63823dd8e753dee742642a1a731ca498e61b4ff9a20fc67e7cda4badb078a144f1cf7cc611fbc049ff4b21a40f0ba3677c269ad140c01bfd9fb73f476aad466b3024e1b92dca121cd7ff742a49a930c87e438a0e6dcb924a5d273cebec099bbdcf5ccec59d99b2d549c033dbb045fdd6bd7fec6ce9407d56dc3d082b60ac1786da9f494009c1e65ac0c94718f1bca172c02bbf9162e05d7af0fbcf05de36a614eafe5c2ff9d31d41b1c42e8d70c1b2846aff2b0c3a0540b00ea07e4c7476d5f28e9adf64b9991a5816123d9774e62f8fa17c77c81eda1e906a4215b50e9a7e14428c13e9ef7030259c79eed1a02d095583a9ead7c9e011",
"verification": "5521024c7b7fb6c310fccf1ba33b082519d82964ea93868d676662d4a59ad548df0e7d21025bdf3f181f53e9696227843950deb72dcd374ded17c057159513c3d0abe20b642103b209fd4f53a7170ea4444e0cb0a6bb6a53c2bd016926989cf85f9b0fba17a70c2103b8d9d5771d8f513aa0869b9cc8d50986403b78c6da36890638c3d46a5adce04a2103c346b984b5ad1a7b0ab019f1550fd783108f83a6ca5396b152c7aa302b87ed5b2102ca0e27697b9c248f6f16e085fd0061e26f44da85b58ee835c110caa5ec3ba5542102df48f60e8f3e01c48ff40b9b7f1310d7a8b2a193188befe1c2e3df740e89509357ae"
},
"price": null,
"txs": [
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": null,
"index": 0,
"time": 1649927053,
"txid": "0x3d63b9137275581d3e6ce99f7d69ed44cd5680cfcc772000e586da0933a18128",
"fee": null,
"tType": "MinerTransaction",
"confirmations": 8866,
"size": 10,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
}
],
"nextconsensus": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"send_value_neo": null,
"send_value_gas": null,
"send_value": null,
"nonce": "131de4efb11902a5",
"merkleroot": "0x96f9428c11c3da1c4bd72ac14d258c211a8084e9937a4599105cdb573d99409f",
"version": 0,
"txCnt": {
"total": 36,
"claim_cnt": null,
"reg_cnt": null,
"issue_cnt": null,
"invocation_cnt": 35,
"contract_cnt": null,
"transfer_cnt": 1,
"state_cnt": null
},
"nextconsensusAlias": null
}
]
}
Response Description
"data": [
{
"appendixData": null,
"pending": null,
"type": "block",
"network": "NEO",
"block_no": 9078265,
"time": 1649927053,
"fee": null,
"blockhash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"reward": "4",
"size": 13065,
"previous_blockhash": "0x562af89851036bb96a4bbbf1277f81186b9fcd829a22406cc38ec1991ac99d61",
"next_blockhash": "0x7f275404c34a3a0090b18e2ded1c4419ed701859773707f51d5ad2a085f27b2f",
"confirmations": 8866,
"miner": null,
"minerAlias": null,
"signature": null,
"witness": null,
"script": {
"invocation": "407f908b2e5fff5a4da8db3e7337675f09b83e152a7ad6dbc20c47b4f6e1eb501ce5e2f99675fcf6034e4ea801095ab4d9ded03eca844202bdc7852836d9e3bbbe40578f01dcffa3fe2ded2b1f9a63823dd8e753dee742642a1a731ca498e61b4ff9a20fc67e7cda4badb078a144f1cf7cc611fbc049ff4b21a40f0ba3677c269ad140c01bfd9fb73f476aad466b3024e1b92dca121cd7ff742a49a930c87e438a0e6dcb924a5d273cebec099bbdcf5ccec59d99b2d549c033dbb045fdd6bd7fec6ce9407d56dc3d082b60ac1786da9f494009c1e65ac0c94718f1bca172c02bbf9162e05d7af0fbcf05de36a614eafe5c2ff9d31d41b1c42e8d70c1b2846aff2b0c3a0540b00ea07e4c7476d5f28e9adf64b9991a5816123d9774e62f8fa17c77c81eda1e906a4215b50e9a7e14428c13e9ef7030259c79eed1a02d095583a9ead7c9e011",
"verification": "5521024c7b7fb6c310fccf1ba33b082519d82964ea93868d676662d4a59ad548df0e7d21025bdf3f181f53e9696227843950deb72dcd374ded17c057159513c3d0abe20b642103b209fd4f53a7170ea4444e0cb0a6bb6a53c2bd016926989cf85f9b0fba17a70c2103b8d9d5771d8f513aa0869b9cc8d50986403b78c6da36890638c3d46a5adce04a2103c346b984b5ad1a7b0ab019f1550fd783108f83a6ca5396b152c7aa302b87ed5b2102ca0e27697b9c248f6f16e085fd0061e26f44da85b58ee835c110caa5ec3ba5542102df48f60e8f3e01c48ff40b9b7f1310d7a8b2a193188befe1c2e3df740e89509357ae"
},
"price": null,
"txs": [
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": null,
"index": 0,
"time": 1649927053,
"txid": "0x3d63b9137275581d3e6ce99f7d69ed44cd5680cfcc772000e586da0933a18128",
"fee": null,
"tType": "MinerTransaction",
"confirmations": 8866,
"size": 10,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
}
],
"nextconsensus": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"send_value_neo": null,
"send_value_gas": null,
"send_value": null,
"nonce": "131de4efb11902a5",
"merkleroot": "0x96f9428c11c3da1c4bd72ac14d258c211a8084e9937a4599105cdb573d99409f",
"version": 0,
"txCnt": {
"total": 36,
"claim_cnt": null,
"reg_cnt": null,
"issue_cnt": null,
"invocation_cnt": 35,
"contract_cnt": null,
"transfer_cnt": 1,
"state_cnt": null
},
"nextconsensusAlias": null
}
]
Block "Invocation" Transaction List
GET
https://services.tokenview.io/vipapi/neo/invocation/{block-height}/{page}/{page-size}?apikey={apikey}
Parameters
- {block-height}: the block height number;
- {page}: 1,2,3,......50 (Max);
- {page-size}: transactions per page. 50 transactions is the Max per page.
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/neo/invocation/9078265/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 1,
"time": 1649927053,
"txid": "0x0213d1e245ea8922a205cc63942dc232b6eb7a53000003be5039ff9c8d4cb423",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 373,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 10,
"time": 1649927053,
"txid": "0x3fe8e7913b0e240e758baa91bc71c5247caeb98db306e0664ae1acc154bd7584",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 385,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 2,
"time": 1649927053,
"txid": "0x0ccaccab20c355c017b0979419a443967729228e32b16b359fa86541ad57ef4c",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 374,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 3,
"time": 1649927053,
"txid": "0x1aa3eb64cc2346301f8d8d1e8fe98f48dae9f61a1fdbd2a81fe75f881314733c",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 371,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 4,
"time": 1649927053,
"txid": "0x1cf61d5962b86184f9ed66142f5d89affeb161dd22530b565134ed83671b4603",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 320,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 5,
"time": 1649927053,
"txid": "0x28da7dcdc071ddd01902f43150e9572407c992ed79d77782f50253284957ad80",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 320,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 6,
"time": 1649927053,
"txid": "0x3066a4d66661d57665ceefe43d14c4b5651dcddf301e197c021e5cc86d43c1db",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 385,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 7,
"time": 1649927053,
"txid": "0x30bc8edad7cd1855a3fc3eea40f20789e61c8c17f58f23f95a54b813bfcd71e7",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 320,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 8,
"time": 1649927053,
"txid": "0x36af659ac9676504d1cc8f44acc4080da944d43ba7035a64467fed98cb1c3a77",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 383,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9078265,
"height": 9078265,
"blockHash": "0xe018cc611976be8b6665bd61d9aaa800eaf240af98e652117ba689c92ac3ea41",
"index": 9,
"time": 1649927053,
"txid": "0x3ba7696396043d040f0c7f387a9c8213805c80042fba36c36d20f504ffd69b28",
"fee": null,
"tType": "InvocationTransaction",
"confirmations": 8866,
"size": 320,
"sysFee": "0",
"netFee": "0",
"gas": "0",
"script": null,
"scripts": null,
"from": [],
"to": [],
"tokenTransfer": null
}
]
}
Block "Contract" Transaction List
GET
https://services.tokenview.io/vipapi/neo/contract/{block-height}/{page}/{page-size}?apikey={apikey}
Parameters
- {block-height}: the block height number;
- {page}: 1,2,3,......50 (Max);
- {page-size}: transactions per page. 50 transactions is the Max per page.
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/neo/contract/9087110/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 9087110,
"height": 9087110,
"blockHash": "0xf555fe72828a2e51b1b3a1c19530d422ef508c90ea85d8c3321e46a611f1b49e",
"index": 12,
"time": 1650073567,
"txid": "0x5891c0e4b2dde46faa1b0fdcc959003e140476fbd59a68d3d2a88ff940c60d20",
"fee": null,
"tType": "ContractTransaction",
"confirmations": 21,
"size": 398,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "ASKr2yyCTzw7Sd8tr7cQ5Ui5wfeJaCgBCC",
"addressAlias": null,
"unit": "GAS",
"value": "28.14074728",
"tokenInfo": null
},
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "ASKr2yyCTzw7Sd8tr7cQ5Ui5wfeJaCgBCC",
"addressAlias": null,
"unit": "GAS",
"value": "0.87718466",
"tokenInfo": null
},
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "ASKr2yyCTzw7Sd8tr7cQ5Ui5wfeJaCgBCC",
"addressAlias": null,
"unit": "GAS",
"value": "10.3111823",
"tokenInfo": null
},
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "ASKr2yyCTzw7Sd8tr7cQ5Ui5wfeJaCgBCC",
"addressAlias": null,
"unit": "GAS",
"value": "10.38422464",
"tokenInfo": null
},
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "ASKr2yyCTzw7Sd8tr7cQ5Ui5wfeJaCgBCC",
"addressAlias": null,
"unit": "GAS",
"value": "11",
"tokenInfo": null
}
],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "APneunbbdjrshGqmogGEbdMdVH4S3EhMsN",
"addressAlias": null,
"unit": "GAS",
"value": "60",
"tokenInfo": null
},
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "ASKr2yyCTzw7Sd8tr7cQ5Ui5wfeJaCgBCC",
"addressAlias": null,
"unit": "GAS",
"value": "0.71333888",
"tokenInfo": null
}
],
"tokenTransfer": null
}
]
}
Block “Claim” Transaction List
GET
https://services.tokenview.io/vipapi/neo/claim/{block-height}/{page}/{page-size}?apikey={apikey}
Parameters
- {block-height}: the block height number;
- {page}: 1,2,3,......50 (Max);
- {page-size}: transactions per page. 50 transactions is the Max per page.
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/neo/claim/1445025/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 13,
"time": 1507471304,
"txid": "0x99704fc03dab238ea732156674215083fd2275a472a336a6dbad02c0c62d2155",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 237,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AJb5xsCoZSWV5ytut99kh4ZCDSyrxNsuhW",
"addressAlias": null,
"unit": "GAS",
"value": "0.00008256",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 18,
"time": 1507471304,
"txid": "0xa822659ebb7369c896308ce7a819bb6c9f06b5dace68dcae05ec16ce02796771",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AGi3BP1Nha6VdJ91JNooBN629QxvLLBgoe",
"addressAlias": null,
"unit": "GAS",
"value": "0.0084294",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 19,
"time": 1507471304,
"txid": "0x917899953168a9d7fc213f1636123fbb23e790f8c80b0b9e6cc819b32e2a35aa",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AYqmXgmaj7vgoesAXQiTnybg2YHeG73Nu7",
"addressAlias": null,
"unit": "GAS",
"value": "0.00090558",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 22,
"time": 1507471304,
"txid": "0xc67bb1257cb38202300e4d3a45a327e7a4560a2091961f6ba42b5efbb820c6fc",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AHq7Mt8h2vtfBYfokLP6V5WF3YTSASWoYD",
"addressAlias": null,
"unit": "GAS",
"value": "0.10284372",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 23,
"time": 1507471304,
"txid": "0x47a0d0ac406ebc9a28a8c670a0a8af4edbb03132e96dd1604638c65ba160cf0d",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AVXzcfbJtXbD4a8SVSqz6Y2EMvR2gs81oz",
"addressAlias": null,
"unit": "GAS",
"value": "0.102637",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 28,
"time": 1507471304,
"txid": "0x05ebc2482438a016a54dbf889a0a4a8d667aa5985ebf212c23929654a54078b0",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AVAAB83Tm9iBhReEFSwkxHpFCLfJzDSSLJ",
"addressAlias": null,
"unit": "GAS",
"value": "0.5144776",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 30,
"time": 1507471304,
"txid": "0x1f38711e6e667326f57f198ca4b30011b1817bfccb48d32e39569f322dae5f5f",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AU2agwMvJ8Cu1qLHbgPmFpzXFjBKsgXJjC",
"addressAlias": null,
"unit": "GAS",
"value": "0.0024185",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 33,
"time": 1507471304,
"txid": "0x57d65253b6adb424f52a8679127899d8495547cf912446e8b1810d70dfa7f372",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 305,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AZmCwyxmSqSHmHzMF886dFsEEGBAfezaJx",
"addressAlias": null,
"unit": "GAS",
"value": "0.01217806",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 35,
"time": 1507471304,
"txid": "0xd9031d4d92cf372b91551f86c99f328eb6f303a558297bd9ec674cea0b696609",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "APvchcjdHt6y1DoVLTCWX5ynvDknWMjzBa",
"addressAlias": null,
"unit": "GAS",
"value": "0.0003684",
"tokenInfo": null
}
],
"tokenTransfer": null
},
{
"appendixData": null,
"pending": null,
"type": "tx",
"network": "NEO",
"block_no": 1445025,
"height": 1445025,
"blockHash": "0x1fa6e8f5fd427ac0c1bb5acc078686cc9a6413492f7a14c141834f99a4c939e7",
"index": 6,
"time": 1507471304,
"txid": "0x333cc9932cd7cce930a9bae87ef2d73b04b69a8870b7030c95fc162437d4dc51",
"fee": null,
"tType": "ClaimTransaction",
"confirmations": 7642106,
"size": 203,
"sysFee": "0",
"netFee": "0",
"gas": null,
"script": null,
"scripts": null,
"from": [],
"to": [
{
"asset": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7",
"address": "AWkyfXnn9k7ytx1FX79LB686L9uBdMvjUz",
"addressAlias": null,
"unit": "GAS",
"value": "1.29642132",
"tokenInfo": null
}
],
"tokenTransfer": null
}
]
}
Block List
GET
https://services.tokenview.io/vipapi/blocks/neo/{page}/{page-size}?apikey={apikey}
Parameters
- {page}: 1,2,3,......50 (Max);
- {page-size}: transactions per page. 50 transactions is the Max per page;
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/blocks/neo/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087130,
"time": 1650073895,
"size": 11372,
"txCnt": 31,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087129,
"time": 1650073880,
"size": 12972,
"txCnt": 36,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087128,
"time": 1650073864,
"size": 9772,
"txCnt": 26,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087127,
"time": 1650073846,
"size": 13074,
"txCnt": 36,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087126,
"time": 1650073828,
"size": 9670,
"txCnt": 26,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087125,
"time": 1650073808,
"size": 11996,
"txCnt": 32,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087124,
"time": 1650073791,
"size": 10974,
"txCnt": 30,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087123,
"time": 1650073775,
"size": 10576,
"txCnt": 29,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087122,
"time": 1650073759,
"size": 11372,
"txCnt": 31,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
},
{
"appendixData": null,
"pending": null,
"network": "NEO",
"block_no": 9087121,
"time": 1650073742,
"size": 14220,
"txCnt": 32,
"sentValue": "0",
"miner": "AWjvTDuUHQLReAKj5ppqsvRRNtu4GhWmbU",
"minerAlias": null,
"reward": "4"
}
]
}