{"id":20724416,"url":"https://github.com/tnodes/ibc-token-info","last_synced_at":"2026-04-22T06:43:51.940Z","repository":{"id":225453535,"uuid":"766057130","full_name":"Tnodes/ibc-token-info","owner":"Tnodes","description":"a simple packages to get ibc token info from imperator API","archived":false,"fork":false,"pushed_at":"2024-03-14T16:05:56.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T06:10:16.303Z","etag":null,"topics":["atom","cosmos-hub","ibc"],"latest_commit_sha":null,"homepage":"","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/Tnodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-03-02T08:07:08.000Z","updated_at":"2024-04-05T17:12:38.000Z","dependencies_parsed_at":"2024-03-02T08:20:19.628Z","dependency_job_id":"1fa2fabb-57ae-44b6-aa25-641cad6f96ed","html_url":"https://github.com/Tnodes/ibc-token-info","commit_stats":null,"previous_names":["tnodes/ibc-token-info"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tnodes/ibc-token-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnodes%2Fibc-token-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnodes%2Fibc-token-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnodes%2Fibc-token-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnodes%2Fibc-token-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tnodes","download_url":"https://codeload.github.com/Tnodes/ibc-token-info/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tnodes%2Fibc-token-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27997393,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["atom","cosmos-hub","ibc"],"created_at":"2024-11-17T04:14:35.397Z","updated_at":"2025-12-24T07:32:54.786Z","avatar_url":"https://github.com/Tnodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBC Token Info\na simple packages to get ibc token info from imperator API\n\n# Install Packages\n```\nnpm i @tnodes/ibc-token-info\n```\n\n# Example-Usage\n```\nimport { fetchTokenData, TokenData } from 'ibc-token-info';\n\nasync function main() {\n  const symbol = 'SEI'; \\\\ Change token symbol\n  try {\n    const tokenData: TokenData[] = await fetchTokenData(symbol);\n    console.log(`${symbol} Token Data:`, tokenData);\n  } catch (error: any) {\n    console.error(error.message);\n  }\n}\n\nmain();\n```\n\n# Response\n```\nSEI Token Data: [\n  {\n    price: 0.8497151835,\n    denom: 'ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D',\n    symbol: 'SEI',\n    liquidity: 141592.80253725,\n    liquidity_24h_change: 4.8700706261,\n    volume_24h: 205458.5158111372,\n    volume_24h_change: -38.4073717952,\n    name: 'Sei',\n    price_24h_change: -1.0644440045,\n    exponent: 6,\n    display: 'sei'\n  }\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnodes%2Fibc-token-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftnodes%2Fibc-token-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnodes%2Fibc-token-info/lists"}