[](https://3speak.tv/watch?v=sagarkothari88/uvjvqavy) ▶️ [Watch on 3Speak](https://3speak.tv/watch?v=sagarkothari88/uvjvqavy) --- Hello Community Members, This is an unofficial update from @sagarkothari88 about 3Speak. Official updates will be provided by @threespeak 's handle.  ## Supporting PostingKey based user sessions - Following APIs can be used by any DApp - With these APIs, DApp can - log in a user with 3Speak Platform - Show uploaded videos of a user - Full Source code can be found on github - https://github.com/spknetwork/legacy-studio-frontend-poc-react/blob/master/src/App.js ## Step 1 - Add Necessary dependencies ``` import React, { useState } from "react"; import axios from "axios"; import { wrapper } from "axios-cookiejar-support"; import { CookieJar } from "tough-cookie"; import hive from "@hiveio/hive-js"; axios.defaults.headers.post["Access-Control-Allow-Origin"] = "*"; const jar = new CookieJar(); const client = wrapper(axios.create({ jar })); const studioEndPoint = "https://studio.3speak.tv"; ``` ## Step 2 - Get Encoded JWT Access Token - In the following `logMe()` function, you can see that, I've just logged the decrypted access-token. ``` async function logMe() { try { let response = await client.get( `${studioEndPoint}/mobile/login?username=${username}`, { withCredentials: false, headers: { "Content-Type": "application/json", }, } ); console.log(`Response: ${JSON.stringify(response)}`); const memo = response.data.memo; console.log(`Memo - ${response.data.memo}`); let access_token = hive.memo.decode(postingKey, memo); access_token = access_token.replace("#", ""); console.log(`Decrypted ${access_token}\n\n`); } catch (err) { console.log(err); throw err; } } ``` ## Step 3 - Get All Videos ``` async function getAllVideoStatuses(access_token) { try { let response = await client.get( `${studioEndPoint}/mobile/api/my-videos`, { withCredentials: false, headers: { "Content-Type": "application/json", "Authorization": `Bearer ${access_token}` }, } ); return response.data; } catch (err) { console.log(err); throw err; } } ``` ## That's it. - Yes. It is as simple as this. - Get JWT Token, Decrypt it & use it to get videos of a user. ## What are you waiting for? - You can go ahead & implement it in your DApp ## Important Notes - 3Speak is also working on a complete re-write backend. - In future, we may have different APIs - These APIs may get deprected in near future. ## Feedback / Info - Do you want more Info? Please let me know via comment section. - Do you have feedback to share? Please use comment section ## Support Me | Please 🙏 | Support Me | |-|-| | [Donate Hive Or HBD ](https://hivelive.me/donate/sagarkothari88) | [Vote me as Hive Witness](https://hivesigner.com/sign/account-witness-vote?witness=sagarkothari88&approve=1) | ## Other Communities I recommend joining these communities on Hive & Discord. <center></center> <center>[](https://discord.gg/bGmS2tE) *Click on the banner to join*</center> <center> </center> <center><a href=https://discord.gg/XZGPGpz><img src="https://i.imgur.com/ylF284x.png"></a>*Click on the banner to join*</center> <center> <hr/> ## Important 3Speak Links | | | | | |-|-|-|-| |[3Speak.tv](https://3speak.tv)| [3Speak Twitter](https://twitter.com/3speakonline) | [3Speak Hive](https://peakd.com/@threespeak) | [3Speak Telegram](https://t.me/threespeak) | | [3Speak in Spanish](https://peakd.com/@threespeak-es/posts) | [Download Android App](https://appdistribution.firebase.dev/i/047cfb506633e639) | [Download iOS App](https://testflight.apple.com/join/0tipqwsZ) | [Download Desktop App](https://github.com/spknetwork/3Speak-app/releases) | [Join 3Speak Discord](https://discord.gg/NSFS2VGj83) | [Setup Encoder Node](https://ecency.com/hive-181335/@sagarkothari88/retfajht) | [Vote for 3Speak Proposal](https://peakd.com/hive-112019/@spknetwork/spk-network-funding-proposal-rhnv7e) | [Vote 3Speak as Witness](https://hivesigner.com/sign/account-witness-vote?witness=threespeak&approve=1) | Cheers Have a good one --- ▶️ [3Speak](https://3speak.tv/watch?v=sagarkothari88/uvjvqavy)
author | sagarkothari88 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | uvjvqavy | ||||||||||||
category | hive-181335 | ||||||||||||
json_metadata | "{"tags":["india","ctp","leo","neoxion","upmewhale","spknetwork","sports","alive","aliveandthriving","pob"],"app":"ecency/3.0.31-vision","type":"3speak/video","image":["https://files.peakd.com/file/peakd-hive/threespeak/23uQNvHfQ5FuxvKKHS3bqh2rCLyjC8vqXyJ7CaoFtr6edMgSo68RaCWzpNbzkRdjUeRKC.png","https://i.imgur.com/pA7l05p.png","https://i.imgur.com/3rIRMbP.png","https://files.peakd.com/file/peakd-hive/pravesh0/EoASy23RK8gomWV8AuSJpQHavdnD3Lic3AzoUwwLXijDbjSV6J843o5U8Xm3ToWRGrs.png","https://i.imgur.com/ylF284x.png"],"video":{"info":{"platform":"3speak","title":"3Speak - Creator Studio - APIs explained along with example usage","author":"sagarkothari88","permlink":"uvjvqavy","duration":247.133333,"filesize":45749959,"file":"ipfs://bafybeig5pdrf2jhmftfnaxndmxopr2g6diljxx5o75rep2e2icqr7xwrs4","lang":"en","firstUpload":false,"ipfs":null,"ipfsThumbnail":null,"video_v2":"ipfs://QmU28HfWu3fzY2P23hAnoN2Ns76KuonMfxZrVbEPWtMkiF/manifest.m3u8","sourceMap":[{"type":"video","url":"ipfs://QmU28HfWu3fzY2P23hAnoN2Ns76KuonMfxZrVbEPWtMkiF/manifest.m3u8","format":"m3u8"},{"type":"thumbnail","url":"ipfs://bafkreici4xftewp5udqd6yb6vquugxuthy2mhezkbgbgocytmcj6xbdw6y"}]},"content":{"description":"Hello Community Members,\r\n\r\nThis is an unofficial update from @sagarkothari88 about 3Speak.\r\nOfficial updates will be provided by @threespeak 's handle.\r\n\r\n\r\n\r\n## Supporting PostingKey based user sessions\r\n\r\n- Following APIs can be used by any DApp\r\n- With these APIs, DApp can \r\n\t- log in a user with 3Speak Platform\r\n\t- Show uploaded videos of a user\r\n- Full Source code can be found on github\r\n- https://github.com/spknetwork/legacy-studio-frontend-poc-react/blob/master/src/App.js\r\n\r\n## Step 1 - Add Necessary dependencies\r\n\r\n```\r\nimport React, { useState } from \"react\";\r\n\r\nimport axios from \"axios\";\r\nimport { wrapper } from \"axios-cookiejar-support\";\r\nimport { CookieJar } from \"tough-cookie\";\r\n\r\nimport hive from \"@hiveio/hive-js\";\r\n\r\naxios.defaults.headers.post[\"Access-Control-Allow-Origin\"] = \"*\";\r\nconst jar = new CookieJar();\r\nconst client = wrapper(axios.create({ jar }));\r\n\r\nconst studioEndPoint = \"https://studio.3speak.tv\";\r\n```\r\n\r\n## Step 2 - Get Encoded JWT Access Token\r\n\r\n- In the following `logMe()` function, you can see that, I've just logged the decrypted access-token.\r\n\r\n```\r\nasync function logMe() {\r\n\ttry {\r\n\t let response = await client.get(\r\n\t `${studioEndPoint}/mobile/login?username=${username}`,\r\n\t {\r\n\t withCredentials: false,\r\n\t headers: {\r\n\t \"Content-Type\": \"application/json\",\r\n\t },\r\n\t }\r\n\t );\r\n\t console.log(`Response: ${JSON.stringify(response)}`);\r\n\t const memo = response.data.memo;\r\n\t console.log(`Memo - ${response.data.memo}`);\r\n\t let access_token = hive.memo.decode(postingKey, memo);\r\n\t access_token = access_token.replace(\"#\", \"\");\r\n\t console.log(`Decrypted ${access_token}\\n\\n`);\r\n\t} catch (err) {\r\n\t console.log(err);\r\n\t throw err;\r\n\t}\r\n}\r\n``` \r\n\r\n## Step 3 - Get All Videos\r\n\r\n```\r\nasync function getAllVideoStatuses(access_token) {\r\n\ttry {\r\n\t let response = await client.get(\r\n\t `${studioEndPoint}/mobile/api/my-videos`,\r\n\t {\r\n\t withCredentials: false,\r\n\t headers: {\r\n\t \"Content-Type\": \"application/json\",\r\n\t \"Authorization\": `Bearer ${access_token}`\r\n\t },\r\n\t }\r\n\t );\r\n\t return response.data;\r\n\t} catch (err) {\r\n\t console.log(err);\r\n\t throw err;\r\n\t}\r\n}\r\n```\r\n\r\n## That's it.\r\n\r\n- Yes. It is as simple as this.\r\n- Get JWT Token, Decrypt it & use it to get videos of a user.\r\n\r\n## What are you waiting for?\r\n\r\n- You can go ahead & implement it in your DApp\r\n\r\n## Important Notes\r\n\r\n- 3Speak is also working on a complete re-write backend.\r\n- In future, we may have different APIs\r\n- These APIs may get deprected in near future.\r\n\r\n## Feedback / Info\r\n\r\n- Do you want more Info? Please let me know via comment section.\r\n- Do you have feedback to share? Please use comment section\r\n\r\n## Support Me\r\n\r\n| Please 🙏 | Support Me |\r\n|-|-|\r\n| [Donate Hive Or HBD ](https://hivelive.me/donate/sagarkothari88) | [Vote me as Hive Witness](https://hivesigner.com/sign/account-witness-vote?witness=sagarkothari88&approve=1) |\r\n\r\n\r\n## Other Communities\r\n\r\nI recommend joining these communities on Hive & Discord.\r\n \r\n<center></center> \r\n \r\n<center>[](https://discord.gg/bGmS2tE) \r\n*Click on the banner to join*</center> \r\n \r\n<center> \r\n</center> \r\n \r\n<center><a href=https://discord.gg/XZGPGpz><img src=\"https://i.imgur.com/ylF284x.png\"></a>*Click on the banner to join*</center> \r\n \r\n\r\n<center> \r\n<hr/>\r\n\r\n## Important 3Speak Links\r\n\r\n| | | | |\r\n|-|-|-|-|\r\n|[3Speak.tv](https://3speak.tv)| [3Speak Twitter](https://twitter.com/3speakonline) | [3Speak Hive](https://peakd.com/@threespeak) | [3Speak Telegram](https://t.me/threespeak) |\r\n| [3Speak in Spanish](https://peakd.com/@threespeak-es/posts) | [Download Android App](https://appdistribution.firebase.dev/i/047cfb506633e639) | [Download iOS App](https://testflight.apple.com/join/0tipqwsZ) | [Download Desktop App](https://github.com/spknetwork/3Speak-app/releases)\r\n| [Join 3Speak Discord](https://discord.gg/NSFS2VGj83) | [Setup Encoder Node](https://ecency.com/hive-181335/@sagarkothari88/retfajht) | [Vote for 3Speak Proposal](https://peakd.com/hive-112019/@spknetwork/spk-network-funding-proposal-rhnv7e) | [Vote 3Speak as Witness](https://hivesigner.com/sign/account-witness-vote?witness=threespeak&approve=1) |\r\n\r\nCheers\r\nHave a good one","tags":["india","ctp","leo","neoxion","upmewhale","spknetwork","sports","alive","aliveandthriving","pob"]}},"links":["https://ipfs-3speak.b-cdn.net/ipfs/bafkreici4xftewp5udqd6yb6vquugxuthy2mhezkbgbgocytmcj6xbdw6y/","https://3speak.tv/watch?v=sagarkothari88/uvjvqavy","https://3speak.tv/watch?v=sagarkothari88/uvjvqavy","https://github.com/spknetwork/legacy-studio-frontend-poc-react/blob/master/src/App.js","https://studio.3speak.tv","https://hivelive.me/donate/sagarkothari88","https://hivesigner.com/sign/account-witness-vote?witness=sagarkothari88&approve=1","https://discord.gg/bGmS2tE","https://discord.gg/XZGPGpz","https://3speak.tv"],"users":["sagarkothari88","threespeak"],"description":"Hello Community Members, This is an unofficial update from @sagarkothari88 about 3Speak. Official updates will be provided by @threespeak 's handle. Supporting PostingKey based user sessions Following","format":"markdown+html","image_ratios":[{"height":720,"width":1280,"url":"https://images.ecency.com/p/2dk2RRM2dZ8gKjXsrozapsD83FxL3Xbyyi5LFttAhrXxr16mCe4arfLJSKTLym9ErGDPPHYDPRA3fd9kRWUvhz48ajg1sZ4HjYjWA8zPAuLotq6dBgDA4UXrXwUKT8bWLq6CSTzjsGbaNceKoM1QBW6hnv5av2j753J2mKR3EE.png?format=match&mode=fit"},{"height":60,"width":1200,"url":"https://images.ecency.com/p/2bP4pJr4wVimqCWjYimXJe2cnCgnKLCEA6FDbKFY6Yv.png?format=match&mode=fit"},{"height":180,"width":650,"url":"https://images.ecency.com/p/2bP4pJr4wVimqCWjYimXJe2cnCgn4FcgRd1ZLz5KR3c.png?format=match&mode=fit"},{"height":60,"width":1200,"url":"https://images.ecency.com/p/FUkUE5bzkAZT3HzV5tJDiU2ik81PCd4JCyhWnRcDN8XJsVFY3UNB8DCaNYMe3kaj4hbks3gLV6WwsuHQMrUDoLyVyrvvPTqhnt5TFq8B1tpWBDP7e1Yv9j4DBtqPJb3XGvc7Yg8n8yzJLty4kh9VtqUnpcya1DmbWaCW.png?format=match&mode=fit"},{"height":211,"width":1280,"url":"https://images.ecency.com/p/2bP4pJr4wVimqCWjYimXJe2cnCgnMc4Dob4wEeythc2.png?format=match&mode=fit"}]}" | ||||||||||||
created | 2023-03-13 15:06:06 | ||||||||||||
last_update | 2023-03-13 15:09:45 | ||||||||||||
depth | 0 | ||||||||||||
children | 5 | ||||||||||||
last_payout | 2023-03-20 15:06:06 | ||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||
total_payout_value | 29.130 HBD | ||||||||||||
curator_payout_value | 32.323 HBD | ||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||
promoted | 0.000 HBD | ||||||||||||
body_length | 4,723 | ||||||||||||
author_reputation | 554,546,321,102,243 | ||||||||||||
root_title | "3Speak - Creator Studio - APIs explained along with example usage" | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 100,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 121,594,367 | ||||||||||||
net_rshares | 114,437,215,798,384 | ||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leprechaun | 0 | 1,683,837,650 | 14% | ||
kennyskitchen | 0 | 12,370,102,704 | 28% | ||
good-karma | 0 | 149,625,552,580 | 20.3% | ||
ausbitbank | 0 | 310,400,769,923 | 11.2% | ||
allyinspirit | 0 | 1,746,295,323 | 12.5% | ||
ace108 | 0 | 388,980,402,954 | 10% | ||
alchemage | 0 | 7,205,058,806 | 7.5% | ||
stevescoins | 0 | 1,340,501,943 | 14% | ||
kenistyles | 0 | 852,311,403 | 5.5% | ||
scottermonkey | 0 | 6,572,247,216 | 25% | ||
tftproject | 0 | 719,528,489 | 4.2% | ||
dbroze | 0 | 11,299,438,789 | 28% | ||
jimbobbill | 0 | 2,230,875,852 | 15% | ||
ura-soul | 0 | 37,021,248,601 | 14% | ||
esteemapp | 0 | 37,765,626,113 | 20.3% | ||
igormuba | 0 | 95,374,873,365 | 50% | ||
v4vapid | 0 | 503,237,196,006 | 3.08% | ||
aware007 | 0 | 767,949,305 | 25% | ||
trafalgar | 0 | 18,624,790,057,926 | 44% | ||
tibra | 0 | 945,886,767 | 20% | ||
raindrop | 0 | 288,525,667,226 | 44% | ||
choogirl | 0 | 8,139,632,013 | 10% | ||
josequintana | 0 | 1,571,698,672 | 30% | ||
newsflash | 0 | 5,834,208,707 | 0.77% | ||
drwom | 0 | 3,276,255,721 | 10.15% | ||
bearone | 0 | 10,197,544,184 | 10% | ||
numundo | 0 | 1,146,558,330 | 25% | ||
truthforce | 0 | 1,765,416,001 | 28% | ||
offgridlife | 0 | 246,367,730,814 | 100% | ||
hardikv | 0 | 1,763,074,491 | 12.5% | ||
thegreens | 0 | 2,457,751,761 | 25% | ||
walkerland | 0 | 18,312,076,677 | 25% | ||
diegoameerali | 0 | 1,369,163,109 | 4.52% | ||
codingdefined | 0 | 29,265,652,967 | 7.5% | ||
heart-to-heart | 0 | 9,455,299,558 | 15% | ||
oneray | 0 | 49,926,043,574 | 100% | ||
jeanlucsr | 0 | 836,724,114 | 1.5% | ||
amitsharma | 0 | 96,873,912,653 | 100% | ||
holisticmom | 0 | 9,303,343,784 | 20% | ||
redrica | 0 | 19,380,801,415 | 27.5% | ||
ahlawat | 0 | 48,942,615,615 | 100% | ||
nainaztengra | 0 | 266,879,340,906 | 25% | ||
shonariver | 0 | 1,100,716,554 | 5.5% | ||
santigs | 0 | 298,853,298,057 | 52% | ||
insanityisfree | 0 | 531,942,518 | 28% | ||
risemultiversity | 0 | 2,021,828,101 | 14% | ||
sayee | 0 | 8,732,094,945 | 12.5% | ||
happydolphin | 0 | 20,467,998,686 | 15% | ||
esteem.app | 0 | 4,510,195,636 | 20.3% | ||
jatinhota | 0 | 33,511,389,384 | 40% | ||
lifecruiser | 0 | 3,818,355,162 | 50% | ||
informationwar | 0 | 160,674,905,241 | 28% | ||
karinxxl | 0 | 18,730,474,984 | 20% | ||
bluntsmasha | 0 | 892,370,298 | 7.5% | ||
bobinson | 0 | 252,116,689,413 | 25.01% | ||
senorcoconut | 0 | 5,197,001,466 | 10% | ||
sankysanket18 | 0 | 560,641,123 | 12.5% | ||
vishire | 0 | 882,194,793 | 25.01% | ||
silenteyes | 0 | 852,514,238 | 12.5% | ||
traf | 0 | 1,564,763,746,455 | 44% | ||
shonyishere | 0 | 1,340,660,900 | 25.01% | ||
auleo | 0 | 1,655,174,903 | 4.06% | ||
crescendoofpeace | 0 | 1,034,216,172 | 1.37% | ||
dmwh | 0 | 37,458,729,252 | 14% | ||
frames | 0 | 748,296,665 | 25% | ||
deepresearch | 0 | 438,217,432,191 | 41% | ||
sagescrub | 0 | 677,084,007 | 12.5% | ||
awuahbenjamin | 0 | 4,576,070,451 | 100% | ||
mountainjewel | 0 | 8,712,737,562 | 10% | ||
yakubenko | 0 | 6,202,662,225 | 100% | ||
bobydimitrov | 0 | 633,730,449 | 50% | ||
tryskele | 0 | 2,541,001,702 | 10% | ||
bala41288 | 0 | 441,153,064,062 | 30% | ||
empress-eremmy | 0 | 21,077,838,494 | 14% | ||
dynamicrypto | 0 | 5,988,560,143 | 5% | ||
indiaunited | 0 | 1,092,443,338,640 | 25.01% | ||
viking-ventures | 0 | 33,380,217,619 | 25% | ||
cherryng | 0 | 2,084,502,330 | 4.06% | ||
eddiespino | 0 | 3,279,699,391,727 | 100% | ||
bhattg | 0 | 7,173,621,481 | 3% | ||
barge | 0 | 75,560,468,430 | 50% | ||
cryptictruth | 0 | 9,265,385,728 | 2.5% | ||
ayushthedreamer | 0 | 627,711,836 | 12.5% | ||
movingman | 0 | 709,430,527 | 12% | ||
amico | 0 | 4,508,130,604 | 16.5% | ||
grisvisa | 0 | 37,323,974,965 | 75% | ||
raqibul | 0 | 496,145,402 | 12.5% | ||
flaxz | 0 | 1,273,615,558 | 2.4% | ||
rainbowbala | 0 | 746,722,540 | 25.01% | ||
el-dee-are-es | 0 | 7,523,843,842 | 10% | ||
obest | 0 | 22,980,831 | 100% | ||
leomolina | 0 | 2,573,976,019 | 9% | ||
punkblogs | 0 | 2,116,021,694 | 30% | ||
techcoderx | 0 | 48,702,055,349 | 100% | ||
riverflows | 0 | 97,315,993,613 | 10% | ||
thelaundrylady | 0 | 9,771,041,920 | 25% | ||
ragavee | 0 | 846,598,791 | 12.5% | ||
commonlaw | 0 | 4,723,233,601 | 35% | ||
templeflower | 0 | 45,824,462,139 | 100% | ||
digitaldan | 0 | 8,377,485,589 | 12.5% | ||
haccolong | 0 | 771,477,070 | 7% | ||
wildlocusthoney | 0 | 558,936,426 | 25% | ||
indiaunited-bot | 0 | 976,886,239 | 25.01% | ||
phillyc | 0 | 1,834,715,456 | 50% | ||
smg | 0 | 1,025,669,677 | 5.5% | ||
hoaithu | 0 | 1,998,481,347 | 5.95% | ||
aconsciousness | 0 | 2,222,194,863 | 95% | ||
deepdives | 0 | 137,836,170,238 | 28% | ||
anhvu | 0 | 1,262,133,084 | 5.6% | ||
enjoycompany | 0 | 6,057,127,278 | 25% | ||
voter003 | 0 | 53,931,974,537 | 22.6% | ||
alokkumar121 | 0 | 150,770,680,591 | 20% | ||
reetuahlawat | 0 | 1,554,384,995 | 100% | ||
piensocrates | 0 | 3,490,476,626 | 30% | ||
naturalmedicine | 0 | 221,402,986,024 | 50% | ||
riskneutral | 0 | 3,284,023,096 | 28% | ||
earthtribe | 0 | 20,244,102,283 | 50% | ||
thetreeoflife | 0 | 993,496,375 | 25% | ||
theycallmedan | 0 | 44,039,565,417,767 | 50% | ||
bia.birch | 0 | 3,865,805,485 | 25% | ||
unknownonline | 0 | 1,156,397,703 | 100% | ||
khan.dayyanz | 0 | 24,320,177,613 | 22.5% | ||
esportleague | 0 | 5,668,390,497 | 100% | ||
eternalsuccess | 0 | 29,373,265,319 | 28% | ||
wildhomesteading | 0 | 13,136,809,796 | 35% | ||
sumotori | 0 | 536,301,585 | 25% | ||
olaexcel | 0 | 1,925,133,091 | 12.5% | ||
maxsieg | 0 | 3,919,989,879 | 28% | ||
photographercr | 0 | 9,297,018,105 | 4.06% | ||
threespeak | 0 | 6,471,970,846,523 | 15.08% | ||
reeta0119 | 0 | 142,301,152,990 | 30% | ||
nooblogger | 0 | 592,424,960 | 5.07% | ||
clownworld | 0 | 1,272,127,018 | 14% | ||
badfinger | 0 | 678,349,512 | 12.5% | ||
kanibot | 0 | 12,446,355,380 | 30% | ||
inigo-montoya-jr | 0 | 667,948,689 | 23.8% | ||
atma.love | 0 | 273,648,336,117 | 54% | ||
julesquirin | 0 | 1,976,145,243 | 8.8% | ||
zeusflatsak | 0 | 2,746,017,029 | 25% | ||
dpend.active | 0 | 3,777,570,336 | 10% | ||
shinoxl | 0 | 2,594,060,111 | 100% | ||
vicvperezdelara | 0 | 3,579,423,216 | 25% | ||
threespeak-es | 0 | 42,576,578,937 | 70% | ||
ecency | 0 | 5,144,985,880,748 | 20.3% | ||
kingneptune | 0 | 1,100,961,219 | 25% | ||
balvinder294 | 0 | 4,435,534,746 | 40% | ||
olaunlimited | 0 | 14,824,499,726 | 19.8% | ||
sirenahippie | 0 | 3,029,123,359 | 100% | ||
anafae | 0 | 5,420,925,027 | 10% | ||
ecency.stats | 0 | 5,531,590,951 | 20.3% | ||
sunitahive | 0 | 27,624,022,260 | 100% | ||
myupvote2u | 0 | 2,330,904,854 | 50% | ||
omarrojas | 0 | 33,412,219,326 | 50% | ||
perkysleen | 0 | 1,352,248,383 | 25% | ||
flaxz.ctp | 0 | 165,650,308 | 12% | ||
enrico2gameplays | 0 | 939,245,435 | 100% | ||
kattycrochet | 0 | 20,870,138,692 | 22% | ||
chubb149 | 0 | 1,277,450,362 | 5% | ||
yogeshbhatt | 0 | 828,810,512 | 25.01% | ||
godfather.ftw | 0 | 14,935,384,470 | 22.5% | ||
ctpx | 0 | 0 | 20% | ||
wearealive | 0 | 882,869,930 | 6% | ||
hykss.nature | 0 | 1,258,004,856 | 100% | ||
trouvaille | 0 | 10,447,186,416 | 50% | ||
hunter-yogi | 0 | 1,327,974,383 | 25% | ||
muterra | 0 | 180,934,142,298 | 25.01% | ||
flaxz.alive | 0 | 930,848,217 | 12% | ||
rqr4 | 0 | 8,166,482,253 | 75.41% | ||
krrizjos18 | 0 | 2,188,425,854 | 25% | ||
shanhenry | 0 | 2,021,556,592 | 100% | ||
disha30 | 0 | 655,720,335 | 25.01% | ||
aguamiel | 0 | 9,721,470,039 | 100% | ||
jaybone | 0 | 3,202,705,358 | 100% | ||
kamaleshwar | 0 | 3,277,188,810 | 25.01% | ||
chandra.shekar | 0 | 5,245,595,707 | 25.01% | ||
kannannv | 0 | 15,631,016,322 | 25.01% | ||
john9inch | 0 | 498,769,878 | 10.15% | ||
yulilemus02 | 0 | 15,297,062,440 | 100% | ||
jesusgabriel2797 | 0 | 58,320,170 | 100% | ||
delver | 0 | 12,599,788,080 | 28% | ||
bokica80 | 0 | 882,638,653 | 10.15% | ||
noempathy | 0 | 6,767,308,586 | 100% | ||
lotus-es | 0 | 1,659,240,363 | 25% | ||
sovstar | 0 | 566,643,650 | 10.15% | ||
elephantium | 0 | 1,688,919,478 | 50% | ||
gamerzaza | 0 | 728,286,460 | 12.5% | ||
welai88 | 0 | 272,932,524 | 100% | ||
techguard | 0 | 1,402,683,501 | 20.5% | ||
deimage | 0 | 3,222,224,701 | 12.5% | ||
plantpoweronhive | 0 | 425,861,656,664 | 100% | ||
fairyberry | 0 | 4,451,057,808 | 25% | ||
tydynrain | 0 | 6,111,753,577 | 12.5% | ||
arlin19 | 0 | 654,164,506 | 100% | ||
bluedevil0722 | 0 | 4,832,307,842 | 50% | ||
listnerds | 0 | 61,948,059,824 | 20% | ||
saboin.alive | 0 | 106,231,252 | 12% | ||
theindiankid | 0 | 24,099,299,041 | 100% | ||
generosesity | 0 | 3,115,664,673 | 100% | ||
djblendah | 0 | 837,170,749 | 100% | ||
alex2alex | 0 | 531,343,321 | 2.03% | ||
investinfreedom | 0 | 17,176,411,189 | 28% | ||
balaz | 0 | 7,166,726,008 | 30% | ||
mypathtofire | 0 | 338,536,990,716 | 20% | ||
milagroscdlrr | 0 | 34,358,747,068 | 100% | ||
akb01 | 0 | 115,048,475 | 100% | ||
resonator | 0 | 9,437,197,948,701 | 28% | ||
ben.haase | 0 | 3,679,073,597 | 100% | ||
kaiggue | 0 | 1,511,486,059 | 100% | ||
xtheycallmedan | 0 | -409,798,799 | -50% | ||
xthreespeak | 0 | -58,258,780 | -15.08% | ||
xtrafalgar | 0 | -255,291,116 | -44% | ||
xecency | 0 | -261,101,548 | -20.3% | ||
cindee08 | 0 | 10,386,981,910 | 52% | ||
cryoverall | 0 | 780,401,464 | 50% | ||
mukadder | 0 | 638,524,074 | 2.03% | ||
lordshah | 0 | 18,499,400,584 | 75.41% | ||
cttpodcast | 0 | 5,659,573,234 | 15.08% | ||
apeofwallst | 0 | 697,475,601 | 50% | ||
jhero22 | 0 | 35,850,458,782 | 100% | ||
jayrent | 0 | 3,135,736,097 | 100% | ||
tekraze | 0 | 1,474,124,518 | 60% | ||
awildovasquez | 0 | 35,278,183,164 | 100% | ||
threespeakvoter | 0 | 17,211,874,469,819 | 100% | ||
pearlsuddy | 0 | 1,952,361,693 | 100% | ||
nusrat5686 | 0 | 1,523,396,438 | 100% | ||
abhay2695 | 0 | 781,852,305 | 12.5% | ||
thehivemobileapp | 0 | 19,121,371,522 | 5% |
**Yay!** 🤗<br>Your content has been **boosted with Ecency Points**, by @sagarkothari88. <br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B245%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
author | ecency |
---|---|
permlink | re-2023313t165922466z |
category | hive-181335 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.20-welcome","format":"markdown+html"} |
created | 2023-03-13 16:59:24 |
last_update | 2023-03-13 16:59:24 |
depth | 1 |
children | 0 |
last_payout | 2023-03-20 16:59:24 |
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 | 384 |
author_reputation | 628,558,655,322,586 |
root_title | "3Speak - Creator Studio - APIs explained along with example usage" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 121,596,757 |
net_rshares | 0 |
Congratulations @sagarkothari88! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@sagarkothari88/upvotes.png?202303150729"></td><td>You distributed more than 24000 upvotes.<br>Your next target is to reach 25000 upvotes.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@sagarkothari88) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Check out our last posts:** <table><tr><td><a href="/hive-122221/@hivebuzz/lpud-202303"><img src="https://images.hive.blog/64x128/https://i.imgur.com/pVZi2Md.png"></a></td><td><a href="/hive-122221/@hivebuzz/lpud-202303">LEO Power Up Day - March 15, 2023</a></td></tr><tr><td><a href="/hive-195772/@hivebuzz/afri-tunes"><img src="https://images.hive.blog/64x128/https://i.imgur.com/yngJQKY.png"></a></td><td><a href="/hive-195772/@hivebuzz/afri-tunes">HiveBuzz rewards participants in the Afri-Tunes Anniversary event</a></td></tr><tr><td><a href="/hive-139531/@hivebuzz/proposal-2324"><img src="https://images.hive.blog/64x128/https://i.imgur.com/RNIZ1N6.png"></a></td><td><a href="/hive-139531/@hivebuzz/proposal-2324">The Hive Gamification Proposal</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-sagarkothari88-20230315t082823 |
category | hive-181335 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2023-03-15 08:28:24 |
last_update | 2023-03-15 08:28:24 |
depth | 1 |
children | 0 |
last_payout | 2023-03-22 08:28:24 |
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,427 |
author_reputation | 370,420,738,249,436 |
root_title | "3Speak - Creator Studio - APIs explained along with example usage" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 121,643,205 |
net_rshares | 0 |
This post has been manually curated by @bhattg 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=178660.7195108819%20VESTS), [250HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=446651.79877720476%20VESTS), [500HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=893303.5975544095%20VESTS), [1000HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=indiaunited&vesting_shares=1786607.195108819%20VESTS). [](https://discord.gg/bGmS2tE) <sub>**100% of the rewards from this comment goes to the curator for their manual curation efforts. Please encourage the curator @bhattg by upvoting this comment and support the community by voting the posts made by @indiaunited.**</sub>. This post received an extra 5.01% vote for delegating HP / holding IUC tokens.
author | indiaunited | ||||||
---|---|---|---|---|---|---|---|
permlink | indiaunited-1678726764835 | ||||||
category | hive-181335 | ||||||
json_metadata | {"app":"hiveblog/0.1","format":"markdown","tags":["india","ctp","leo","neoxion","upmewhale","spknetwork","sports","alive","aliveandthriving","pob"]} | ||||||
created | 2023-03-13 16:59:24 | ||||||
last_update | 2023-03-13 16:59:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2023-03-20 16:59:24 | ||||||
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,409 | ||||||
author_reputation | 99,992,869,717,778 | ||||||
root_title | "3Speak - Creator Studio - APIs explained along with example usage" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 121,596,759 | ||||||
net_rshares | 0 |
<center>https://files.peakd.com/file/peakd-hive/plantpoweronhive/EokbeRiR1i5TRc8rLmUMM8foFSx7nq6HyVhwM6zWCUieS2nLus2vw25AAME98S2e4et.png <sup>You've been curated by @plantpoweronhive! Delegations welcome! <center>Find our community [here](https://peakd.com/c/hive-180569/created) </center> <center>[Curation Trail]( https://hive.vote/dash.php?i=1&trail=plantpoweronhive)</sup> </center>
author | plantpoweronhive |
---|---|
permlink | re-sagarkothari88-rrgwky |
category | hive-181335 |
json_metadata | {"tags":["hive-181335"],"app":"peakd/2023.3.2"} |
created | 2023-03-13 16:31:30 |
last_update | 2023-03-13 16:31:30 |
depth | 1 |
children | 0 |
last_payout | 2023-03-20 16:31:30 |
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 | 391 |
author_reputation | 518,457,267,280,403 |
root_title | "3Speak - Creator Studio - APIs explained along with example usage" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 121,596,198 |
net_rshares | 0 |
https://twitter.com/713967907/status/1635309999445655553 <sub> The rewards earned on this comment will go directly to the people( @sagarkothari88 ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
author | poshtoken | ||||||
---|---|---|---|---|---|---|---|
permlink | re-sagarkothari88-uvjvqavy816154870 | ||||||
category | hive-181335 | ||||||
json_metadata | "{"app":"Poshtoken 0.0.1","payoutToUser":["sagarkothari88"]}" | ||||||
created | 2023-03-13 16:01:09 | ||||||
last_update | 2023-03-13 16:01:09 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2023-03-20 16:01:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.061 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 263 | ||||||
author_reputation | 5,684,563,804,117,750 | ||||||
root_title | "3Speak - Creator Studio - APIs explained along with example usage" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 121,595,553 | ||||||
net_rshares | 216,342,806,800 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
poshtoken | 0 | 216,342,806,800 | 2% |