{"id":21374815,"url":"https://github.com/banool/aptos-account-value","last_synced_at":"2026-03-11T08:04:30.965Z","repository":{"id":209202280,"uuid":"723451361","full_name":"banool/aptos-account-value","owner":"banool","description":"Tools to determine the total value of an Aptos account.","archived":false,"fork":false,"pushed_at":"2025-05-07T08:25:33.000Z","size":479,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T19:44:49.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://value.dport.me/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/banool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-25T17:55:56.000Z","updated_at":"2025-05-07T08:25:37.000Z","dependencies_parsed_at":"2024-01-18T21:34:29.263Z","dependency_job_id":"7cf69373-57e6-46ce-aacc-24ea3453cf46","html_url":"https://github.com/banool/aptos-account-value","commit_stats":null,"previous_names":["banool/aptos-account-value"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/banool/aptos-account-value","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banool%2Faptos-account-value","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banool%2Faptos-account-value/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banool%2Faptos-account-value/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banool%2Faptos-account-value/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/banool","download_url":"https://codeload.github.com/banool/aptos-account-value/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banool%2Faptos-account-value/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30375562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-22T08:45:31.430Z","updated_at":"2026-03-11T08:04:25.956Z","avatar_url":"https://github.com/banool.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aptos Account Value\n\nThis repo primarily provides a library for determining the total value of an account. You can find that in [library/](library/).\n\nI have built a simple UI on top of this library in [frontend/](frontend/). See it live at https://value.dport.me.\n\nTo make it possible to use this library from other languages I've made an API wrapping the library in [api/](api/).\n\n## How does the library work?\n1. You provide a list of addresses.\n1. Per address, we look up assets on that account. See [library/src/fetchers/](library/src/fetchers/).\n1. Once we have all the assets, we look up their value. Currently we just use CoinGecko. See [library/src/appraisers](library/src/appraisers).\n1. Convert to the output currency.\n1. Bingo bango bongo!\n\n## An asset type is missing, how can I add it?\nIf it is a coin / fungible asset you can most likely just add an entry for it in [library/src/appraisers/gecko/lookup.ts](library/src/appraisers/gecko/lookup.ts). PRs are welcome! 🤠\n\nIf it's something more complicated than that you might need to add a new fetcher.\n\n## Anything else I should know?\n- We just support coins / fungible assets and staking right now.\n- As usual I don't log anything, include any telemetry, etc. in any of this code.\n\n## How do I contrinbute?\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanool%2Faptos-account-value","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanool%2Faptos-account-value","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanool%2Faptos-account-value/lists"}