15 integrations tagged with "utility"
Convert a human-readable decimal amount (e.g. '3.75') to its smallest-unit integer representation (e.g. '3750000' for USDC with 6 decimals). Uses string math — no floating-point errors. Works for any ERC-20 token.
Find the maximum numeric value in a list. Accepts an array of numbers or numeric strings and returns the largest value along with its index. Useful for finding highest prices, largest balances, top values, etc.
Find the minimum numeric value in a list. Accepts an array of numbers or numeric strings and returns the smallest value along with its index. Useful for finding lowest prices, smallest balances, cheapest options, etc.
Extract the spreadsheet ID and worksheet ID (gid) from a Google Sheets URL.