 Karaka is an Automation (clerk) for Hive and Hive Engine blockchains. Get Karaka from https://github.com/Stormrose/karaka *Karaka is a Maori word meaning variously: an English loanword for 'clerk' or 'clock' and a significant coastal plant 'Corynocarpus laevigatus'.* ## Karaka's Oracles An oracle allows Karaka to assert facts based on information outside the blockchain, such as pricing information. This tutorial introduces the Hive Engine Token Price Ticker oracle. For more information about using Karaka's oracles, start here: + [Karaka Tutorial #5: Oracles](https://hive.blog/engine/@eturnerx/karaka-tutorial-5-oracles) There are more tutorials linked at the end of this post. ## Using Hive Engine Token Ticker oracle The `oracle` section is an [array] of {oracle objects} that lives in the top level of the `config.json` file. The Hive Engine Token Ticker oracle has the `type` of `hiveengineorderbook`. Specify the array of token symbol names inside `params`. Exercise restraint with the token list because token names generate sequential synchronous API calls and may slow down the fact-gathering process. In the following example, the oracle retrieves tickers for the DEC, BEE and WORKERBEE tokens. "oracles": [ { "type": "hiveengineorderbook", "params": { "tokens": [ "DEC", "BEE", "WORKERBEE" ]}} ] The fact names generated are: prefixTOKENNAME_type Where prefix is the oracle's prefix (default: hem), and the _type is one of `price`, `ask` or `bid`. The example config above generates the following facts: `hemDEC_price`, `hemDEC_bid`, `hemDEC_ask`, `hemBEE_price`, `hemBEE_bid`, `hemDEC_ask`, `hemWORKERBEE_price`, `hemWORKERBEE_bid`, `hemWORKERBEE_ask` The pricing is generally in SWAP.HIVE. The `_bid` and `_ask` tickers are probably more helpful than `_price` when a market is thinly traded or widely spread. Use the `_bid` price when reasoning about selling and the `_ask` price for reasoning about buying. ## Example Rule Karaka uses oracle-generated facts like any other facts. For example, this rule will only sell the BEE token when the account @eturnerx has at least 1 BEE, and the bid price is 1 SWAP.HIVE or higher. { "if": "eturnerx.BEE_balance > 1 and hemBEE_bid >= 1", "then": "sell (eturnerx.BEE_balance) BEE for SWAP.HIVE from @eturnerx at market" } ## What if I want to price in USD? The tickers provided by hive-engine's API are typically in SWAP.HIVE - which is pegged to HIVE but has a small fee for transfers to and from HIVE. You can approximate the USD price of a token by combing SWAP.HIVE ticker with the HIVE to USD price from the [Coingecko oracle](https://hive.blog/engine/@eturnerx/karaka-tutorial-5-oracles), specifically using the fact named `cgHIVEUSD`. In the following example rule, the account eturnerx will sell DEC when it has more than 10 DEC and the bid price for the DEC token is at or above the [par value](https://help.splinterlands.com/dec/faq-dec) of a tenth of a US cent. { "if": "eturnerx.DEC_balance > 10 and (hemDEC_bid * cgHIVEUSD) >= 0.001", "then": "sell (eturnerx.DEC_balance) DEC for SWAP.HIVE from @eturnerx at market" } ## Advanced config The default prefix for fact names is `hem`, but you can specify your own. { "type": "hiveengineorderbook", "prefix": "myprefix", "params": { "tokens": [ "DEC", "BEE", "WORKERBEE" ]} } The token name can be specified as a bare string without the array brackets if you have just one token in the list. Karaka tries to keep its config files human-readable. { "type": "hiveengineorderbook", "params": { "tokens": "WORKERBEE" }} ## Summary Good decisions require good information. By adding the Hive Engine Token Ticker oracle, Karaka enhances your ability to automate your experience and thus save you time. More oracles can be added based on demand, so please ask for what you need. Until next time. ## Previous tutorials 1. [Karaka Tutorial #1: A Basic Tutorial config.json example](https://peakd.com/engine/@eturnerx/karaka-tutorial-1-a-basic-tutorial-configjson-example) 1. [Karaka Tutorial #2: Hive-Engine Tokens](https://peakd.com/engine/@eturnerx/d-buzz-not-working-on-5e8a5c9a21c53) 1. [Karaka Tutorial #3: Constants](https://peakd.com/engine/@eturnerx/karaka-tutorial-3-constants) 1. [Karaka Tutorial #4: Import facts between chains](https://peakd.com/engine/@eturnerx/karaka-tutorial-4-import-facts) 1. [Karaka Tutorial #5: Oracles](https://hive.blog/engine/@eturnerx/karaka-tutorial-5-oracles) 1. [Karaka Tutorial #6: foreach saving you time and space](https://hive.blog/engine/@eturnerx/karaka-tutorial-6-foreach-saving)
author | eturnerx |
---|---|
permlink | automating-hive-with-karaka-tutorial-7-hive-token-price-tickers-an-oracle |
category | engine |
json_metadata | "{"app":"peakd/2022.12.1","format":"markdown","description":"Use Karaka to automate actions based on hive engine prices. Introducing the Hive Engine Token Price Ticker oracle.","tags":["engine","palnet","karaka","automation","tutorial","typescript","script","dev","nodejs"],"users":["eturnerx"],"image":["https://images.ecency.com/DQmUcqK2BoE1TFDnW7dU2YeFzvX2CubUqzuWPYqFDxCPKYM/image.png"]}" |
created | 2023-01-03 19:44:30 |
last_update | 2023-01-03 19:44:30 |
depth | 0 |
children | 8 |
last_payout | 2023-01-10 19:44:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 12.332 HBD |
curator_payout_value | 12.306 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,726 |
author_reputation | 103,695,946,143,660 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,590,526 |
net_rshares | 62,968,734,913,710 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leprechaun | 0 | 567,010,621 | 8% | ||
gidlark | 0 | 153,019,528,633 | 95.2% | ||
ausbitbank | 0 | 129,188,410,433 | 6.4% | ||
dudutaulois | 0 | 26,507,319,147 | 50% | ||
stea90 | 0 | 68,330,755,895 | 25.1% | ||
azizbd | 0 | 946,357,335 | 15% | ||
stevescoins | 0 | 754,242,834 | 8% | ||
wakeupnd | 0 | 98,902,701,382 | 50% | ||
jimbobbill | 0 | 2,200,864,857 | 15% | ||
phusionphil | 0 | 6,009,614,744 | 95% | ||
rynow | 0 | 93,944,563,371 | 30% | ||
ura-soul | 0 | 21,399,700,492 | 8% | ||
gamer00 | 0 | 7,098,487,256 | 5% | ||
tangmo | 0 | 158,719,373,009 | 100% | ||
v4vapid | 0 | 1,655,061,652,961 | 10.56% | ||
darth-azrael | 0 | 25,817,816,604 | 10% | ||
darth-cryptic | 0 | 4,518,909,913 | 10% | ||
ambyr00 | 0 | 1,200,711,507 | 0.75% | ||
louisthomas | 0 | 87,041,000,865 | 100% | ||
preparedwombat | 0 | 392,337,059,638 | 30% | ||
freebornsociety | 0 | -1,624,973,708 | -1% | ||
detlev | 0 | 57,769,841,730 | 5% | ||
ma1neevent | 0 | 8,527,702,825 | 35% | ||
jerrybanfield | 0 | 329,865,001,551 | 100% | ||
ironshield | 0 | 5,438,189,083 | 16% | ||
newsflash | 0 | 138,092,765,135 | 2.64% | ||
schoolforsdg4 | 0 | 3,312,516,257 | 15% | ||
chinito | 0 | 365,574,567 | 1% | ||
truthforce | 0 | 949,502,282 | 16% | ||
bluemist | 0 | 22,196,400,003 | 10% | ||
tattoodjay | 0 | 356,129,020,980 | 15% | ||
lenasveganliving | 0 | 2,359,801,825 | 5% | ||
theguruasia | 0 | 8,376,923,585 | 100% | ||
codingdefined | 0 | 12,234,946,397 | 3% | ||
appreciator | 0 | 38,823,479,719,375 | 10% | ||
hairyfairy | 0 | 37,583,016,711 | 75% | ||
macchiata | 0 | 123,331,078,085 | 20% | ||
msp-shanehug | 0 | 23,074,483,207 | 20% | ||
tookta | 0 | 211,097,219,153 | 86% | ||
a-alice | 0 | 4,220,590,274 | 100% | ||
santigs | 0 | 96,983,483,087 | 15% | ||
jedigeiss | 0 | 2,488,641,144,049 | 100% | ||
marcusantoniu26 | 0 | 442,413,184,999 | 65% | ||
roleerob | 0 | 8,160,160,855 | 0.87% | ||
fatman | 0 | 8,134,906,297 | 2% | ||
brazilians | 0 | 83,256,589,732 | 50% | ||
risemultiversity | 0 | 1,103,831,500 | 8% | ||
sayee | 0 | 3,621,127,220 | 5% | ||
x30 | 0 | 272,907,039,770 | 10% | ||
jatinhota | 0 | 33,323,287,282 | 40% | ||
lifecruiser | 0 | 3,838,753,486 | 50% | ||
msp-music | 0 | 42,173,299,242 | 30% | ||
informationwar | 0 | 97,630,621,264 | 16% | ||
abbak7 | 0 | 204,107,351,982 | 20% | ||
sunsea | 0 | 6,739,816,953 | 5% | ||
steemflow | 0 | 498,038,209,344 | 100% | ||
bobinson | 0 | 94,495,216,197 | 10% | ||
fredkese | 0 | 621,705,992 | 6% | ||
iamthegray | 0 | 557,158,215 | 100% | ||
leninbracho50 | 0 | 105,226,366,142 | 50% | ||
shonyishere | 0 | 505,526,229 | 10% | ||
iptrucs | 0 | 6,412,619,698 | 25% | ||
fherdz | 0 | 16,888,932,802 | 100% | ||
steembasicincome | 0 | 1,177,118,846,370 | 100% | ||
dmwh | 0 | 20,748,646,393 | 8% | ||
fourfourfun | 0 | 3,004,483,646 | 10% | ||
spydo | 0 | 16,211,218,246 | 5% | ||
frames | 0 | 740,110,966 | 25% | ||
anikekirsten | 0 | 515,310,337 | 5% | ||
roadstories | 0 | 7,580,899,931 | 20% | ||
bala41288 | 0 | 397,203,437,338 | 30% | ||
empress-eremmy | 0 | 17,707,706,852 | 8% | ||
dynamicrypto | 0 | 15,096,899,180 | 5% | ||
indiaunited | 0 | 637,579,725,439 | 10% | ||
gardenofcarmen | 0 | 12,420,060,238 | 80% | ||
upfundme | 0 | 745,656,748 | 3.27% | ||
penderis | 0 | 41,811,278,917 | 50% | ||
anikys3reasure | 0 | 1,497,116,536 | 50% | ||
kirito-freud | 0 | 5,248,329,864 | 50% | ||
cryptictruth | 0 | 11,782,054,726 | 2.5% | ||
honeymoon-1611 | 0 | 2,002,659,548 | 20% | ||
oadissin | 0 | 10,755,019,158 | 50% | ||
josemalavem | 0 | 77,548,899,600 | 70% | ||
outlinez | 0 | 21,562,185,582 | 10% | ||
sbi2 | 0 | 848,898,861,835 | 100% | ||
prydefoltz | 0 | 200,879,513,114 | 44% | ||
inciter | 0 | 6,497,840,769 | 10% | ||
kgakakillerg | 0 | 1,739,270,684 | 1% | ||
maujmasti | 0 | 573,258,117 | 100% | ||
sbi3 | 0 | 452,824,552,842 | 100% | ||
sbi4 | 0 | 411,482,875,487 | 100% | ||
mynotsofitlife | 0 | 1,078,582,224 | 10% | ||
slobberchops | 0 | 2,365,822,933,296 | 52% | ||
punkblogs | 0 | 2,144,694,497 | 30% | ||
truthtrader | 0 | 1,085,879,280 | 25% | ||
commonlaw | 0 | 4,933,143,026 | 35% | ||
barski | 0 | 11,496,263,479 | 100% | ||
elmundodexao | 0 | 996,235,551 | 10% | ||
sbi5 | 0 | 242,163,198,337 | 100% | ||
marblely | 0 | 9,862,118,684 | 10% | ||
jvphotography | 0 | 1,138,452,103 | 20% | ||
daysiselena | 0 | 1,187,888,022 | 5% | ||
sbi6 | 0 | 175,167,950,164 | 100% | ||
yestermorrow | 0 | 12,273,359,214 | 31% | ||
sbi7 | 0 | 114,311,199,827 | 100% | ||
damian-z | 0 | 772,783,515 | 10% | ||
deepdives | 0 | 73,638,557,710 | 16% | ||
leodelara | 0 | 1,321,688,021 | 50% | ||
sbi8 | 0 | 82,465,385,472 | 100% | ||
riskneutral | 0 | 1,776,125,110 | 16% | ||
piestrikesback | 0 | 644,125,040 | 100% | ||
buildingpies | 0 | 42,486,391,517 | 100% | ||
smokingfit | 0 | 2,956,189,811 | 80% | ||
retrodroid | 0 | 2,720,726,084 | 10% | ||
khan.dayyanz | 0 | 8,368,919,951 | 9% | ||
apokruphos | 0 | 3,602,375,561 | 1% | ||
esportleague | 0 | 13,040,038,600 | 100% | ||
assan | 0 | 71,480,463,103 | 100% | ||
bcarolan639 | 0 | 0 | 100% | ||
denizcakmak | 0 | 828,180,417 | 100% | ||
olaexcel | 0 | 608,287,106 | 5% | ||
maxsieg | 0 | 2,268,870,561 | 16% | ||
coolsurfer | 0 | 1,035,137,324 | 5% | ||
beerlover | 0 | 5,946,545,008 | 5% | ||
steemvpn | 0 | 16,525,713,063 | 95% | ||
clownworld | 0 | 687,330,563 | 8% | ||
vancouverdining | 0 | 1,233,890,383,072 | 20% | ||
iktisat | 0 | 501,305,046 | 100% | ||
hyborian-strain | 0 | 2,435,944,017 | 30% | ||
myfreshes | 0 | 5,837,273,791 | 8% | ||
sbi-tokens | 0 | 6,663,046,094 | 41.32% | ||
kanibot | 0 | 11,805,116,043 | 30% | ||
roadstories.trib | 0 | 498,928,070 | 50% | ||
zeesh | 0 | 879,164,856 | 5% | ||
qwertm | 0 | 3,413,057,813 | 50% | ||
sansey | 0 | 11,447,194,681 | 100% | ||
atma.love | 0 | 15,732,185,329 | 3.2% | ||
marblesz | 0 | 653,665,609 | 10% | ||
brofund | 0 | 2,154,187,868 | 4.36% | ||
zelegations | 0 | 6,191,915,899 | 95% | ||
hivewatchers | 0 | 11,506,491,817 | 55% | ||
timhorton | 0 | 6,004,250,653 | 95% | ||
cerberus-dji | 0 | 1,440,243,391 | 95% | ||
artgrafiken | 0 | 2,849,541,897 | 27% | ||
ninnu | 0 | 7,948,603,208 | 15% | ||
kiemis | 0 | 521,635,158 | 2.5% | ||
actioncats | 0 | 18,772,964,987 | 10% | ||
discoveringarni | 0 | 46,887,889,493 | 15% | ||
noelyss | 0 | 3,495,147,936 | 5% | ||
hivecannabis | 0 | 5,435,990,210 | 95% | ||
lucianav | 0 | 1,143,873,530 | 5% | ||
liz.writes | 0 | 493,616,754 | 26% | ||
adedayoolumide | 0 | 1,776,799,730 | 5% | ||
discohedge | 0 | 882,260,441 | 36.43% | ||
hive-vpn | 0 | 1,297,400,403 | 95% | ||
noalys | 0 | 1,137,329,504 | 5% | ||
kattycrochet | 0 | 4,593,641,411 | 5% | ||
dhedge | 0 | 282,113,502,954 | 36.43% | ||
andrastia | 0 | 766,408,542 | 20.8% | ||
n0m0refak3n3ws | 0 | 419,276,668 | 8% | ||
godfather.ftw | 0 | 6,004,568,760 | 9% | ||
dhedge-drips | 0 | 306,810,266 | 36.43% | ||
cielitorojo | 0 | 6,346,063,384 | 7% | ||
elgatoshawua | 0 | 1,786,589,505 | 5% | ||
brofi | 0 | 593,404,409,918 | 4.36% | ||
hexagono6 | 0 | 1,453,567,154 | 5% | ||
trouvaille | 0 | 1,532,505,418 | 5% | ||
leoball | 0 | 554,870,420 | 10% | ||
power-kappe | 0 | 694,792,620 | 10% | ||
shanhenry | 0 | 2,895,623,440 | 100% | ||
fotomaglys | 0 | 1,701,820,674 | 5% | ||
davidbright | 0 | 1,253,034,760 | 7.5% | ||
kamaleshwar | 0 | 1,213,239,876 | 10% | ||
chandra.shekar | 0 | 1,956,507,977 | 10% | ||
kannannv | 0 | 5,881,180,874 | 10% | ||
aprasad2325 | 0 | 1,825,663,998 | 5% | ||
delver | 0 | 6,306,316,108 | 16% | ||
sovstar | 0 | 511,226,081 | 20.66% | ||
quycmf8 | 0 | 173,147,802,172 | 10% | ||
ledinis | 0 | 2,093,503,579 | 100% | ||
deimage | 0 | 1,013,167,832 | 5% | ||
fairyberry | 0 | 1,383,625,436 | 5% | ||
mcookies | 0 | 665,204,046 | 5% | ||
femcy-willcy | 0 | 533,063,467 | 5% | ||
bosveld1 | 0 | 870,755,498 | 100% | ||
wlffreitas | 0 | 428,959,046 | 25% | ||
blackdaisyft | 0 | 8,265,184,332 | 50% | ||
investinfreedom | 0 | 8,925,142,105 | 16% | ||
balaz | 0 | 5,151,996,952 | 30% | ||
resonator | 0 | 5,130,287,177,691 | 16% | ||
xappreciator | 0 | -152,249,393 | -10% | ||
not-sure | 0 | 0 | 100% | ||
datsir | 0 | 2,916,512,917 | 100% | ||
cryptopi314 | 0 | 1,247,857,067 | 100% |
👷♂️😎🤙 Cool stuff! good info is key.
author | chinito |
---|---|
permlink | re-eturnerx-rnxs3o |
category | engine |
json_metadata | {"tags":["engine"],"app":"peakd/2022.12.1"} |
created | 2023-01-04 00:59:48 |
last_update | 2023-01-04 00:59:48 |
depth | 1 |
children | 0 |
last_payout | 2023-01-11 00:59:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 185,372,573,588,972 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,596,766 |
net_rshares | 92,875,167,159 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eturnerx | 0 | 92,875,167,159 | 5% |
Making life easier by the day. Good tool and a great innovation
author | fredkese |
---|---|
permlink | re-eturnerx-ro17ma |
category | engine |
json_metadata | {"tags":["engine"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 21:27:48 |
last_update | 2023-01-05 21:27:48 |
depth | 1 |
children | 0 |
last_payout | 2023-01-12 21:27:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 171,886,943,758,195 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,644,641 |
net_rshares | 73,967,724,903 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eturnerx | 0 | 73,967,724,903 | 4% |
This post has been manually curated by @steemflow from Indiaunited community. Join us on our [Discord Server](https://discord.gg/bGmS2tE). Do you know that you can earn a passive income by delegating to @indiaunited. We share more than 100 % of the curation rewards with the delegators in the form of IUC tokens. HP delegators and IUC token holders also get upto 20% additional vote weight. Here are some handy links for delegations: [100HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=179645.9083407081%20VESTS), [250HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=449114.77085177024%20VESTS), [500HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=898229.5417035405%20VESTS), [1000HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=1796459.083407081%20VESTS). [](https://discord.gg/bGmS2tE) <sub>**Please contribute to the community by upvoting this comment and posts made by @indiaunited.**</sub>
author | indiaunited |
---|---|
permlink | indiaunited-1672789057652 |
category | engine |
json_metadata | {"app":"hiveblog/0.1","tags":["engine","palnet","karaka","automation","tutorial","typescript","script","dev","nodejs"]} |
created | 2023-01-03 23:37:45 |
last_update | 2023-01-03 23:37:45 |
depth | 1 |
children | 0 |
last_payout | 2023-01-10 23:37:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,199 |
author_reputation | 95,041,759,723,078 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,595,341 |
net_rshares | 0 |
!luv
author | malos10 |
---|---|
permlink | re-eturnerx-2023117t19326943z |
category | engine |
json_metadata | {"tags":["engine","palnet","karaka","automation","tutorial","typescript","script","dev","nodejs"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2023-01-17 23:03:27 |
last_update | 2023-01-17 23:03:27 |
depth | 1 |
children | 1 |
last_payout | 2023-01-24 23:03:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 647,665,892,545,600 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,966,894 |
net_rshares | 0 |
@eturnerx, @malos10<sub>(1/1)</sub> sent you LUV. | <a href="https://crrdlx.websavvy.work/" style="text-decoration:none">tools</a> | <a href="https://discord.gg/K5GvNhcPqR" style="text-decoration:none">discord</a> | <a href="https://peakd.com/c/hive-159259">community | <a href="https://crrdlx.websavvy.work/wiki/doku.php?id=start" style="text-decoration:none">HiveWiki</a> | <a href="https://peakd.com/nftforpeace/@hivebuzz/nft-for-peace" target="_blank"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/Epvkqd2sQEjZxu93x3A2J2fztKDarTY17qgMbpqWRV14NrfNBA6fu1jxtTkZztjXZKo.gif" target="_blank"></a> <a href="https://peakd.com/nftforpeace/@hivebuzz/nft-for-peace" target="_blank">NFT</a> | <a href="https://ichthys.netlify.app" style="text-decoration:none"><>< daily</a> <center>Made with <a href="https://peakd.com/@luvshares" target="_blank"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKKSsM8HYHY5o4R1UPRdUADTz5QpsKAxSH5uyxsK4k1AJz5wsBqm7TfvA8aSCjE.png"></a> by <a href="https://hive.blog/@crrdlx" target="_blank">crrdlx</a></center>
author | luvshares |
---|---|
permlink | re-re-eturnerx-2023117t19326943z-20230117t230353z |
category | engine |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2023-01-17 23:03:54 |
last_update | 2023-01-17 23:03:54 |
depth | 2 |
children | 0 |
last_payout | 2023-01-24 23:03:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,070 |
author_reputation | 5,651,102,754,153 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,966,902 |
net_rshares | 0 |
https://twitter.com/1497016371355750401/status/1610363283923701761 <sub> The rewards earned on this comment will go directly to the people( @eturnerx ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
author | poshtoken | ||||||
---|---|---|---|---|---|---|---|
permlink | re-eturnerx-automating-hive-with-karaka-tutorial-7-hive-token--1406 | ||||||
category | engine | ||||||
json_metadata | "{"app":"Poshtoken 0.0.1","payoutToUser":["eturnerx"]}" | ||||||
created | 2023-01-03 19:52:39 | ||||||
last_update | 2023-01-03 19:52:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2023-01-10 19:52:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 267 | ||||||
author_reputation | 5,148,213,386,933,320 | ||||||
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 119,590,698 | ||||||
net_rshares | 0 |
$WINE
author | theguruasia |
---|---|
permlink | re-eturnerx-rnzuja |
category | engine |
json_metadata | {"tags":["engine"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 03:47:36 |
last_update | 2023-01-05 03:47:36 |
depth | 1 |
children | 1 |
last_payout | 2023-01-12 03:47:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 72,541,003,040,813 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,625,647 |
net_rshares | 0 |
<center> <sup>Congratulations, @theguruasia You Successfully Shared <b>0.800</b> <b>WINEX</b> With @eturnerx.</sup> <sup>You Earned <b>0.800</b> <b>WINEX</b> As Curation Reward.</sup> <sup>You Utilized <b>4/4</b> Successful Calls.</sup> <img src="https://images.hive.blog/DQmSWfbie9MTC172sENiA16bsMaz1ofT6AAyTo1ishasrcX/winexcomment.png" alt="wine_logo"> --- <sup>Contact Us : [WINEX Token Discord Channel](https://discord.gg/rS3KzjJDCx)</sup> <sup>[WINEX Current Market Price](https://hive-engine.com/?p=market&t=WINEX) : <b>0.153</b></sup> --- <sup>Swap Your <b>Hive <=> Swap.Hive</b> With Industry <b>Lowest Fee (0.1%)</b> : [Click This Link](https://swaphive.github.io/swap/)</sup> <sup>[Read Latest Updates](https://peakd.com/@hiveupme/posts) Or [Contact Us](https://discord.gg/rS3KzjJDCx)</sup> </center>
author | wine.bot |
---|---|
permlink | 20230105t034903221z |
category | engine |
json_metadata | {"tags":["wine","token","winebot"],"app":"wine-bot/4.0","format":"markdown"} |
created | 2023-01-05 03:49:03 |
last_update | 2023-01-05 03:49:03 |
depth | 2 |
children | 0 |
last_payout | 2023-01-12 03:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 827 |
author_reputation | 8,092,913,767,308 |
root_title | "Automating Hive with Karaka Tutorial #7: Hive Token Price Tickers (an oracle)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,625,677 |
net_rshares | 0 |