Steemit API Documentation -Accounts
get_account_count
get_account_history
params: account(string), from(uint32_t), limit(uint32_t)
get_account_references
params: account(string)
get_account_votes
params: account(string)
get_accounts
params: accounts(strings) in nested array
Example responses
get_account_count
{
"id": 2,
"result": 91171
}
get_account_history
{
"id": 3,
"result": [
[10, {
"id": "2.17.929",
"trx_id": "cd7913782657e609167f62194eea36375defbdeb",
"block": 18717,
"trx_in_block": 0,
"op_in_trx": 0,
"virtual_op": 929,
"timestamp": "2016-03-25T08:02:33",
"op": ["pow", {
"worker_account": "steemit",
"block_id": "0000491c7e73f1dddcf8f8f93f128f96930370b8",
"nonce": "3572148442797474411",
"work": {
"worker": "STM65wH1LZ7BfSHcK69SShnqCAH5xdoSZpGkUjmzHJ5GCuxEK9V5G",
"input": "81df53d541cc33591e73d626beb298951eaa58d39b5838b07bafe538ba5aa505",
"signature": "200467a1e98e79de953dfeb767d9f193eccf3aeb197754c57c9620d8571c0cafe018caaa3186740ab987d16247318bb51239df7dfa0ad60085c023a8edabc00acf",
"work": "0000000bb8deb767063d26a186d77c60280ce203c3fb84f59aa3627d7e95cb4a"
},
"props": {
"account_creation_fee": "100.000 STEEM",
"maximum_block_size": 131072,
"sbd_interest_rate": 1000
}
}]
}]]
}