"description":"HAfAH It is a web server that responds to account history REST calls.",
"license":{
"name":"MIT License",
"url":"https://opensource.org/license/mit"
},
"version":"1.27.5"
},
"externalDocs":{
"description":"HAfAH gitlab repository",
"url":"https://gitlab.syncad.com/hive/hafah"
},
"tags":[
{
"name":"account_history_api",
"description":""
},
{
"name":"block_api",
"description":""
}
],
"servers":[
{
"url":"/hafah"
}
],
"paths":{
"/#1":{
"post":{
"tags":[
"account_history_api"
],
"summary":"get_account_history",
"description":"Returns a history of all operations for a given account. Parameters:\n\n- account:string\n- start:int. e.g.: -1 for reverse history or any positive numeric\n- limit:int up to 1000\n- include_reversible:boolean (optional) If set to true also operations from reversible block will be included\n- operation_filter_low:int (optional)\n- operation_filter_high:int (optional)",
"description":"Returns the details of a transaction based on a transaction id (including their signatures, operations like also a block_num it was included to).\n\n- id:string trx_id of expected transaction\n- include_reversible:boolean (optional) If set to true also operations from reversible block will be included if block_num points to such block.",