DeepShifter
API for interacting with web3 apps. Get Uniswap quotes, Token Info, Gas Prices and More.
1 subscribers
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
DeepShifter endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Uniswap Quote /{tokenIn}/{tokenOut}/{fee}/{sqrtPriceLimitX96}/{amountIn} |
Send the contract address of the token you want to swap and the contract address of the token you want to receive and get a live quote directly from the Uniswap V2 and V3 pools. |
| GET |
Gas Price /gasPrice |
This returns the current average ethereal network gas price. |
| GET |
Current Block /blockNumber |
This function returns the current block number for the ethereal mainnet. |
| GET |
Wallet Balance /walletBalance/{walletAddress} |
This function returns the current wallet balance for a given address. The value returned is represented in ETH so to get the raw value multiply the returned value by 18. |
| GET |
Token Info /token/{tokenAddress} |
This returns the name, symbol and decimals for a given ERC-20 token address. This can be used in conjunction with the Uniswap Quote get request to produce readable quotes for a UI. |
DeepShifter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 2 / second |
|
| PRO | $10 / month | 2 / second |
|
| ULTRA Recommended | $50 / month | 2 / second |
|
| MEGA | $120 / month | 2 / second |
|