CryptoForge
CryptoForge Wallet Intelligence API provides a powerful set of endpoints to retrieve comprehensive Ethereum wallet data. Whether you're building a DeFi dashboard, crypto portfolio tracker, or analytics tool, this API gives you fast, reliable, and developer-friendly access to: ✅ ETH balance lookup ✅ ERC-20 token balances ✅ NFT ownership details ✅ Recent transaction history ✅ Wallet summary and…
CryptoForge endpoints
| Method | Endpoint | Description |
|---|---|---|
| ENS | ||
| GET |
ENS name /ens/resolve-name?name= |
Resolves a human-readable ENS name (e.g. `vitalik.eth`) to its associated Ethereum wallet address. **Query Parameters:** - `name` (string, required): The ENS name to resolve… |
| GET |
ENS Name by Wallet Address /ens/reverse |
Resolves an Ethereum address to its associated ENS name, if available. |
| wallet | ||
| GET |
balance /wallet/{address}/balance |
Returns the current Ethereum balance (in ETH) of the specified wallet address. Uses Alchemy to fetch on-chain data and caches for 60 seconds. Parameters: - address (string,… |
| GET |
nfTs /wallet/{address}/nfts |
Fetches NFTs owned by the specified Ethereum wallet address. Returns metadata such as name, token ID, contract address, and preview image. Cached for 30 seconds. Parameters: -… |
| GET |
summary /wallet/{address}/summary |
Returns a full wallet summary including ETH balance, ERC-20 tokens, and NFT holdings in a single response. Ideal for dashboards and wallet explorers. Parameters: - address… |
| GET |
transactions /wallet/{address}/transactions |
Returns the most recent transactions (ETH transfers) for a given wallet. Includes from, to, value, gas, and timestamp. Uses Etherscan and is cached for 30 seconds. Parameters: -… |
| GET |
NFT Transfers /wallet/{address}/nft-transfers |
📘 NFT Transfers by Address Retrieve all ERC-721 and ERC-1155 NFT transfers (incoming & outgoing) for a given wallet address. Supports optional filters for contract address, block… |
| GET |
tokens /wallet/{address}/tokens |
Returns a list of ERC-20 tokens held by the specified wallet address. Includes token symbol, balance, and decimals. Uses Moralis API and caches for 30 seconds. Parameters: -… |
| GET |
riskScore /wallet/{address}/risk-score |
Returns a basic risk assessment for the wallet, based on the number and type of contracts interacted with. Useful for KYT and wallet trust analysis. Parameters: - address… |
| GET |
ERC20 Transfers by Wallet /wallet/{wallet_address}/erc20-transfers |
💸 ERC20 Transfers by Wallet Fetch all ERC20 token transfers to and from a specific Ethereum wallet address. Returns all ERC20 token transfers for a specific Ethereum wallet… |
CryptoForge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 2 / second |
|
| ULTRA | $29 / month | 5 / second |
|
| MEGA | $99 / month | — |
|