This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
API Call: getOrchestratorByDelegator
Marco van Dijk edited this page May 6, 2022
·
1 revision
https://nframe.nl/api/livepeer/getOrchestratorByDelegator
{ method: "POST", body: JSON.stringify({ delAddr }), headers: { 'Content-Type': 'application/json' } }
Post with delAddr of specific delegator returns their orchestrators info
https://nframe.nl/api/livepeer/getOrchestratorByDelegator/0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e
{ method: "GET", headers: { "Content-Type": "application/json" } }
Get with URL parameter of specific delegator returns their orchestrators info
{ "id":"0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e", "activationRound":"2467", "deactivationRound":"57896044618658097711785492504343953926634992332820282019728792003956564819967", "active":true, "status":"Registered", "lastRewardRound":{ "id":"2556", "length":"5760", "startBlock":"14722560", "endBlock":"14728320", "mintableTokens":"6054.069260627587026704", "volumeETH":"0.23221792916", "volumeUSD":"619.5016201253383359903914365106729", "totalActiveStake":"12812424.667729901899473587", "totalSupply":"25443263.190010506608394099", "participationRate":"0.5035684523658229352673279013592131", "movedStake":"0", "newStake":"0" }, "rewardCut":"80000", "feeShare":"100000", "pendingFeeShare":"0", "pendingRewardCut":"0", "totalStake":"20436.104495210382668521", "totalVolumeETH":"0.24188696904", "totalVolumeUSD":"672.9073504937543016192336937633537", "serviceURI":"https://livepeertothemoon.nframe.nl:8935", "delegators":[ { "id":"0x5870c09ffd529d71ea8a78ff839ae4477ba292ea", "bondedAmount":"250", "startRound":"2485" }, { "id":"0x72a3553cc74716b0ef088f1de96e00dfd0a2bec2", "bondedAmount":"100", "startRound":"2546" }, { "id":"0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e", "bondedAmount":"0.625581503380086128", "startRound":"2467" }, { "id":"0xf5600154b0e1f5ab023c1c5ff56ae0b57398c3cf", "bondedAmount":"20000", "startRound":"2549" } ], "delegator":{ "id":"0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e", "bondedAmount":"0.625581503380086128", "startRound":"2467" }, "lastGet":1651854246839 }