# Quote a buy of 100 USDC on the UP outcomecurl "https://api.pmx.trade/v2/markets/1/quote?side=UP&amount=100000000&action=buy"# Quote a sell of 50 DOWN tokenscurl "https://api.pmx.trade/v2/markets/1/quote?side=DOWN&amount=50000000&action=sell"
# Quote a buy of 100 USDC on the UP outcomecurl "https://api.pmx.trade/v2/markets/1/quote?side=UP&amount=100000000&action=buy"# Quote a sell of 50 DOWN tokenscurl "https://api.pmx.trade/v2/markets/1/quote?side=DOWN&amount=50000000&action=sell"
# Quote a buy of 100 USDC on the UP outcomecurl "https://api.pmx.trade/v2/markets/1/quote?side=UP&amount=100000000&action=buy"# Quote a sell of 50 DOWN tokenscurl "https://api.pmx.trade/v2/markets/1/quote?side=DOWN&amount=50000000&action=sell"
The side parameter accepts the market’s custom ticker names. For example, if a market uses UP/DOWN tickers, pass side=UP or side=DOWN. The response always uses the canonical YES/NO in the side field.