{"id":20841313,"url":"https://github.com/iotexproject/pharos","last_synced_at":"2025-09-11T04:32:49.076Z","repository":{"id":64303854,"uuid":"185454151","full_name":"iotexproject/pharos","owner":"iotexproject","description":"Gateway server bridging REST and gRPC","archived":false,"fork":false,"pushed_at":"2022-08-04T04:26:00.000Z","size":145,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-19T00:47:05.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iotexproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-07T18:06:24.000Z","updated_at":"2022-08-04T04:14:55.000Z","dependencies_parsed_at":"2023-01-15T10:00:34.574Z","dependency_job_id":null,"html_url":"https://github.com/iotexproject/pharos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpharos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpharos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpharos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fpharos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotexproject","download_url":"https://codeload.github.com/iotexproject/pharos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243197208,"owners_count":20251955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T01:19:37.807Z","updated_at":"2025-03-12T10:21:22.705Z","avatar_url":"https://github.com/iotexproject.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pharos\nGateway server bridging REST and gRPC\n\n## Account/address\nThe URL is https://pharos.iotex.io/v1/accounts/_address\n\nHere's an example: https://pharos.iotex.io/v1/accounts/io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\n\n`{\"accountMeta\":{\"address\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\",\"balance\":\"123180000000000000000\",\"nonce\":\"45\",\"pendingNonce\":\"46\",\"numActions\":\"59\"}}`\n\n## Transaction by hash\nThe URL is https://pharos.iotex.io/v1/actions/hash/_hash\n\nHere's an example: https://pharos.iotex.io/v1/actions/hash/53e729d28b0c69fc66c4317fdc6ee7af292980ce781b56b502e2ee2e0b9ca48a\n\n`{\"total\":\"1\",\"actionInfo\":[{\"action\":{\"core\":{\"version\":1,\"nonce\":\"1\",\"gasLimit\":\"20000\",\"gasPrice\":\"1000000000000\",\"transfer\":{\"amount\":\"1000000000000000\",\"recipient\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\"}},\"senderPubKey\":\"BLhgbOGdny7iNzyHe9axp5KWTb8sMJzad78+bc5cTYRAUqVNF6igy5t9z2jqM2Zneiw17d6xSgbokcDnVRxmuM8=\",\"signature\":\"awRLFCvU4X5SVyz2IDU5rdjmKjUk3BOchmt/3bmvgi9GJJW3pat4I0i/qqROowPbVJ8nj+eZNQ5Okhgt6ezPgAE=\"},\"actHash\":\"53e729d28b0c69fc66c4317fdc6ee7af292980ce781b56b502e2ee2e0b9ca48a\",\"blkHash\":\"33e1d2858cec24059f22348b862a2f415a21bb14b7d96733249a12e96c542969\",\"blkHeight\":\"222656\",\"sender\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\",\"gasFee\":\"10000000000000000\",\"timestamp\":\"2019-05-17T23:26:20Z\"}]}`\n\n## Transaction by address\nThe URL is https://pharos.iotex.io/v1/actions/addr/addr?count=_num\u0026start=_start\n\nHere's an example: https://pharos.iotex.io/v1/actions/addr/io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr?count=2\u0026start=0\n\n`{\"total\":\"2\",\"actionInfo\":[{\"action\":{\"core\":{\"version\":1,\"nonce\":\"135\",\"gasLimit\":\"200000\",\"gasPrice\":\"2000000000000\",\"transfer\":{\"amount\":\"18000000000000000000\",\"recipient\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\"}},\"senderPubKey\":\"BMG9A8WXR3flEqOP8gN+qJdyrIHe5tIEr8be5grHMjihJ/3zg719Yzh+xeIhAmsrMU0wSc8wRSjVSOqSbqioNMI=\",\"signature\":\"ToTUr+uOjflIIUagaEEW7HccSt8+UJmXqbrGK2kr8vxyHbuRTjBcq/b0KrnF8JcztqDkQ+ohjJqtdXpJQH2PUAE=\"},\"actHash\":\"0f4e20bdc0e91e65242eb08c5475292962bf92d3d624b2bc5ae61cd6e73e8161\",\"blkHash\":\"a43825aa49a4a688f136f77bcdfcdb101d41a7c9886badff57ca5c0d605f3042\",\"blkHeight\":\"216825\",\"sender\":\"io17ch0jth3dxqa7w9vu05yu86mqh0n6502d92lmp\",\"gasFee\":\"20000000000000000\",\"timestamp\":\"2019-05-17T07:14:10Z\"},{\"action\":{\"core\":{\"version\":1,\"nonce\":\"1\",\"gasLimit\":\"20000\",\"gasPrice\":\"1000000000000\",\"transfer\":{\"amount\":\"1000000000000000\",\"recipient\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\"}},\"senderPubKey\":\"BLhgbOGdny7iNzyHe9axp5KWTb8sMJzad78+bc5cTYRAUqVNF6igy5t9z2jqM2Zneiw17d6xSgbokcDnVRxmuM8=\",\"signature\":\"awRLFCvU4X5SVyz2IDU5rdjmKjUk3BOchmt/3bmvgi9GJJW3pat4I0i/qqROowPbVJ8nj+eZNQ5Okhgt6ezPgAE=\"},\"actHash\":\"53e729d28b0c69fc66c4317fdc6ee7af292980ce781b56b502e2ee2e0b9ca48a\",\"blkHash\":\"33e1d2858cec24059f22348b862a2f415a21bb14b7d96733249a12e96c542969\",\"blkHeight\":\"222656\",\"sender\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\",\"gasFee\":\"10000000000000000\",\"timestamp\":\"2019-05-17T23:26:20Z\"}]}`\n\n## Receipt by hash\nThe URL is https://pharos.iotex.io/v1/receipts/hash/_hash\n\nHere's an example: https://pharos.iotex.io/v1/receipts/hash/53e729d28b0c69fc66c4317fdc6ee7af292980ce781b56b502e2ee2e0b9ca48a\n\n`{\"receiptInfo\":{\"receipt\":{\"status\":\"1\",\"blkHeight\":\"222656\",\"actHash\":\"U+cp0osMafxmxDF/3G7nrykpgM54G1a1AuLuLgucpIo=\",\"gasConsumed\":\"10000\",\"contractAddress\":\"io1enfa3p3aysdueq85vvprzzndjs4fp6z32hf7xs\"},\"blkHash\":\"33e1d2858cec24059f22348b862a2f415a21bb14b7d96733249a12e96c542969\"}}`\n\n## Transfer in block\nThe URL is https://pharos.iotex.io/v1/transfers/block/_blocknum\n\nHere's an example: https://pharos.iotex.io/v1/transfers/block/222669\n\n`{\"total\":\"1\",\"actionInfo\":[{\"action\":{\"core\":{\"version\":1,\"nonce\":\"2\",\"gasLimit\":\"20000\",\"gasPrice\":\"1000000000000\",\"transfer\":{\"amount\":\"1000000000000000\",\"recipient\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\"}},\"senderPubKey\":\"BLhgbOGdny7iNzyHe9axp5KWTb8sMJzad78+bc5cTYRAUqVNF6igy5t9z2jqM2Zneiw17d6xSgbokcDnVRxmuM8=\",\"signature\":\"7eIiG8ahlBUi+QUXJRQKpRpGPfi96aR3RGwWf043M7UYETaAF8FNhRN2cQutN3hsXpVSqsl373bxfbygeuv6egE=\"},\"actHash\":\"fa8faa5524e5e9c7891514fbbe3c16ffd28f42bd945858533fd0b5287083faee\",\"blkHash\":\"9c41f01ce090927df0e9e4669a110555f8f918f76884e16d2939354876e2d57b\",\"blkHeight\":\"222669\",\"sender\":\"io1e2nqsyt7fkpzs5x7zf2uk0jj72teu5n6aku3tr\",\"timestamp\":\"2019-05-17T23:28:30Z\"}]}`\n\n## Blockchain metadata\nThe URL is https://pharos.iotex.io/v1/chainmeta\n\n`{\"height\":\"5099107\",\"numActions\":\"5416087\",\"tps\":\"1\",\"epoch\":{\"num\":\"9605\",\"height\":\"5098681\",\"gravityChainStartHeight\":\"10158100\"},\"tpsFloat\":0.16666667}`\n\n## Votes by address\nThe URL is https://pharos.iotex.io/v1/votes/addr/_address\n\nHere's an example: https://pharos.iotex.io/v1/votes/addr/io1t56twy23yjuqscljpjc869hyqw3gpswwj0g228\n\n`{\"buckets\":[{\"candidateAddress\":\"io1t56twy23yjuqscljpjc869hyqw3gpswwj0g228\",\"stakedAmount\":\"2000000000000000000000000\",\"stakedDuration\":7,\"createTime\":\"2020-05-07T19:00:20Z\",\"stakeStartTime\":\"2020-05-07T19:00:20Z\",\"unstakeStartTime\":\"1970-01-01T00:00:00Z\",\"autoStake\":true,\"owner\":\"io1t56twy23yjuqscljpjc869hyqw3gpswwj0g228\"}]}`\n\n## Vote by index\nThe URL is https://pharos.iotex.io/v1/votes/index/_index\n\nHere's an example: https://pharos.iotex.io/v1/votes/index/47\n\n`{\"candidateAddress\":\"io1t56twy23yjuqscljpjc869hyqw3gpswwj0g228\",\"stakedAmount\":\"2000000000000000000000000\",\"stakedDuration\":7,\"createTime\":\"2020-05-07T19:00:20Z\",\"stakeStartTime\":\"2020-05-07T19:00:20Z\",\"unstakeStartTime\":\"1970-01-01T00:00:00Z\",\"autoStake\":true,\"owner\":\"io1t56twy23yjuqscljpjc869hyqw3gpswwj0g228\"}`\n\n## Read contract data\nThe URL is https://pharos.iotex.io/v1/contract/addr/_addr?method=_method\u0026data=_data\n\nHere's an example: https://pharos.iotex.io/v1/contract/addr/io1a8qeke954ncyddc0ek3vlq5xpz54f0l7lyx8wg?method=c5934222\u0026data=0000000000000000000000000000000000333532363536313033333830393633\n\n`{\"data\":\"00000000000000000000000000000000000000000000000000000000007a08e40000000000000000000000000000000000000000000000000000000000000078000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000003d6563322d35322d38332d32342d3132302e636e2d6e6f727468776573742d312e636f6d707574652e616d617a6f6e6177732e636f6d2e636e3a3138383400000000000000000000000000000000000000000000000000000000000000000000066162636465660000000000000000000000000000000000000000000000000000\"}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fpharos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotexproject%2Fpharos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fpharos/lists"}