Account History API
Account History
get_account_history
vector<operation_history_object> graphene::app::history_api::get_account_history(
const std::string account_id_or_name,
operation_history_id_type stop = operation_history_id_type(),
unsigned limit = 100,
operation_history_id_type start = operation_history_id_type())constget_account_history_operations
vector<operation_history_object> graphene::app::history_api::get_account_history_operations(
const std::string account_id_or_name,
int operation_type,
operation_history_id_type start = operation_history_id_type(),
operation_history_id_type stop = operation_history_id_type(),
unsigned limit = 100)constget_relative_account_history
Market History
get_fill_order_history
get_market_history
get_market_history_buckets
Last updated
