curl --request POST \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/order/quote \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"token_id": "<string>",
"side": "<string>",
"amount": "<string>",
"slippage": 123
}
'{
"success": true,
"response": {
"amount": "50.000",
"shares": "80.000",
"min_shares": "78.400",
"average_price": "0.625",
"price_impact": "0.12"
}
}Preview a Kalshi order for a Solana wallet.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/sol/{wallet_id}/order/quote \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"token_id": "<string>",
"side": "<string>",
"amount": "<string>",
"slippage": 123
}
'{
"success": true,
"response": {
"amount": "50.000",
"shares": "80.000",
"min_shares": "78.400",
"average_price": "0.625",
"price_impact": "0.12"
}
}Account secret API key.
Solana order quote