convert_usd_to_raw_price Documentation for eth_defi.gmx.utils.convert_usd_to_raw_price function. convert_usd_to_raw_price(price_usd, token_decimals) Convert USD price to GMX raw format. Inverse of convert_raw_price_to_usd. Parameters price_usd (float) – Price in USD token_decimals (int) – Number of decimals for the token Returns Raw price value in GMX 30-decimal format Return type int