Calculate how many tokens will be received for a given USD amount
cURL
curl --request GET \ --url https://mainnet.base.org/market/{marketAddress}/usdToTokens
{ "tokensIn": 123, "tokensOut": 123, "protocolFeeAmount": 123, "creatorFeeAmount": 123 }
Address of the market contract
USD amount to convert
x >= 1
True if buying Based, false if buying Cringe
Conversion calculated successfully
Tokens deposited to AMM
Tokens received from AMM
Protocol fee amount
Creator fee amount
Was this page helpful?