📜  l;l - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:17.626000             🧑  作者: Mango

代码示例1
{"tag":"list_all","description":"Lists the addresses, ordered by eth balance in batches. Note, that balance = transfer to-from amount, does not include the gas spending","statistics":{"calls":5186,"duration":127272462},"arguments":[{"name":"limit","description":"Maximum amount of results in the list","type":"integer","min":1,"max":100000,"default":1000,"required":false},{"name":"offset","description":"Offset of the list","type":"integer","min":0,"max":100000000000,"default":0,"required":false}],"return":[{"name":"address","type":"address","description":"Address"},{"name":"smart_contract_type","type":"string","description":"Smart contract"},{"name":"balance","type":"number","description":"Balance, Eth"},{"name":"address_annotation","type":"string","description":"Address Annotation"},{"name":"transfers_from_count","type":"number","description":"Transfers from address"},{"name":"calls_from_count","type":"number","description":"Calls by address"}]}