account_id_or_name
: The account ID or name whose history should be queriedstop
: ID of the earliest operation to retrievelimit
: Maximum number of operations to retrieve (must not exceed 100)start
: ID of the most recent operation to retrieveaccount_id_or_name
: The account ID or name whose history should be queriedoperation_type
: The type of the operation we want to get operations in the account ( 0 = transfer , 1 = limit order create, …)stop
: ID of the earliest operation to retrievelimit
: Maximum number of operations to retrieve (must not exceed 100)start
: ID of the most recent operation to retrieveaccount_id_or_name
: The account ID or name whose history should be queriedstop
: Sequence number of earliest operation. 0 is default and will query ‘limit’ number of operations.limit
: Maximum number of operations to retrieve (must not exceed 100)start
: Sequence number of the most recent operation to retrieve. 0 is default, which will start querying from the most recent operation.a
: Asset symbol or ID in a trading pairb
: The other asset symbol or ID in the trading pairlimit
: Maximum records to returna
: Asset symbol or ID in a trading pairb
: The other asset symbol or ID in the trading pairbucket_seconds
: Length of each time bucket in seconds. start
: The start of a time range, E.G. “2018-01-01T00:00:00”end
: The end of the time range