The new version is available at https://accounts.hive-engine.com/
The configuration allows you to define contracts that should be ignored:
"ignoreContracts": ["nft", "nftmarket"]
which currently may contain one of airdrops, botcontroller, claimdrops, crittermanager, dice, distribution, hivepegged, inflation, market, marketmaker, marketpools, mining, nft, nftmarket, packmanager, sscstore, tokens, witnesses
.
You may also define token or nft symbols that should be ignored:
"ignoreSymbols": ["CITY"]
which may be any of the available token or nft symbols.
To run the parser for parsing the hsc run:
npm run start-parser
For running the server run:
npm run start-server
For running all tests run:
npm run test-all
The accountHistory
API is available under the endpoint:
https://accounts.hive-engine.com/accountHistory
account
: a HIVE account or multiple HIVE accounts separated by a comma (required)symbol
: a Hive-Engine token symbol (optional)ops
: a comma separated list of operations e.g.tokens_transfer
(optional)timestampStart
: a unix timestamp that represents the start of the dataset (optional)timestampEnd
: a unix timestamp that represents the end of the dataset (optional)limit
: number of records for the dataset (max is 500) (optional)offset
: offset for the dataset (required to browse a dataset that is bigger than 500 records) (optional)
https://accounts.hive-engine.com/accountHistory?account=hive-engine
https://accounts.hive-engine.com/accountHistory?account=hive-engine&symbol=BEE
https://accounts.hive-engine.com/accountHistory?account=hive-engine&symbol=BEE×tampStart=1554085536×tampEnd=1564748055
https://accounts.hive-engine.com/accountHistory?account=hive-engine&symbol=BEE×tampStart=1554085536×tampEnd=1564748055&limit=1&offset=1
tokens_create
: a token was createdtokens_issue
: tokens were issuedtokens_transfer
: tokens were transfered between accountstokens_transferToContract
: tokens were transfered from an account to a contracttokens_transferFromContract
: tokens were transfered from a contract to an accounttokens_updatePrecision
: the precision of a token was updatedtokens_updateUrl
: the url of a token was updatedtokens_updateMetadata
: the metadata of a token was updatedtokens_transferOwnership
: the ownership of a token was transferedtokens_enableStaking
: staking was enabled for a tokentokens_enableDelegation
: delegation was enabled for a tokentokens_stake
: tokens were stakedtokens_unstakeStart
: an unstake was startedtokens_unstakeDone
: tokens were unstakedtokens_cancelUnstake
: an unstake was canceledtokens_delegate
: tokens were delegatedtokens_undelegateStart
: an undelegation was startedtokens_undelegateDone
: an undelegation was completed
For all actions which require a fee there will be an operation:
tokens_transferFee
: fee for executing the action
market_cancel
: an order was canceledmarket_placeOrder
: an order was placedmarket_expire
: an order expiredmarket_buy
: tokens were boughtmarket_buyRemaining
: transfer of remaining tokensmarket_sell
: tokens were sold- `market_sellRemaining': transfer of remaining tokens
market_close
: an order was closed
mining_lottery
: lottery was won
witnesses_proposeRound
: witness rewards for proposing a new round
hivepegged_buy
: SWAP.HIVE was depositedhivepegged_withdraw
: SWAP.HIVE was withdrawn
inflation_issueNewTokens
: new BEE tokens were issued
nft_transfer
: nfts were transferred between accountsnft_issue
: a new nft was issuednft_issueMultiple
: new nfts were issuednft_burn
: a nft was burnednft_delegate
: a nft was delegated to another accountnft_undelegate
: an undelegation was started for a nftnft_undelegateDone
: an undelegation was finished for a nftnft_enableDelegation
: enable delegation for a nft symbolnft_create
: create a new nft symbolnft_addAuthorizedIssuingAccounts
: authorized issuing accounts were added to a nftnft_setGroupBy
: group by was set for a nft symbolnft_setProperties
: properties were set for a nft symbolnft_addProperty
: a property was added to a nftnft_setPropertyPermissions
: property permissions were set for a nft symbolnft_updatePropertyDefinition
: the property definition was updated for a nftnft_updateUrl
: the url of a nft was updatednft_updateMetadata
: the metadata of a nft was updatednft_updateName
: the name of a nft was updatednft_updateOrgName
: the org name of a nft was updatednft_updateProductName
: the product name of a nft was updated
For all nft actions which require a fee there will be an operation:
nft_transferFee
: fee for executing the action
nftmarket_buy
: an order was boughtnftmarket_transferFee
: the fee of the buy ordernftmarket_sell
: list a new ordernftmarket_cancel
: cancel an ordernftmarket_changePrice
: change the price of an ordernftmarket_enableMarket
: enable market for nft symbol
The marketHistory
API is available under the endpoint:
https://accounts.hive-engine.com/marketHistory
symbol
: a Steem-Engine token symbol (required)timestampStart
: a unix timestamp that represents the start of the dataset (optional)timestampEnd
: a unix timestamp that represents the end of the dataset (optional)
volumeSteem
: volume of HIVE (SWAP.HIVE) tradedvolumeToken
: volume of tokens tradedlowestPrice
: lowest price seen that dayhighestPrice
: highest price seen that day
https://accounts.hive-engine.com/marketHistory?symbol=BEE
https://accounts.hive-engine.com/marketHistory?symbol=BEE×tampStart=1554163200×tampEnd=1554422400
The nftHistory
API is available under the endpoint:
https://accounts.hive-engine.com/nftHistory
nfts
: a comma separated list of nft ids (required ifaccounts
is not present)accounts
: a comma separated list of HIVE accounts (required ifnfts
is not present)symbol
: a NFT symbol (optional)timestampStart
: a unix timestamp that represents the start of the dataset (optional)timestampEnd
: a unix timestamp that represents the end of the dataset (optional)limit
: number of records for the dataset (max is 500) (optional)offset
: offset for the dataset (required to browse a dataset that is bigger than 500 records) (optional)
https://accounts.hive-engine.com/nftHistory?nfts=19517
https://accounts.hive-engine.com/nftHistory?nfts=1&symbol=CITY
https://accounts.hive-engine.com/nftHistory?accounts=hive-engine