arrow-right-arrow-leftTrading

Create Market Order

post

Execute immediate market order at current market price

Authorizations
AuthorizationstringRequired

JWT token for authentication

Body
tokenstringRequired

Token symbol or address

Example: 6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN
chainstring · enumRequired

Blockchain network

Default: solanaExample: solanaPossible values:
amountnumberRequired

Order amount

Example: 100.5
sidestring · enumRequired

Trade direction

Example: buyPossible values:
walletstringRequired

Comma-separated wallet addresses

Example: GkEKe6u4kGERc81RW1qyPeewKAE4ovp4pf8RMW6BrtH6,5itB5JkFPxmSCjAhsddk2fsXgox5fyBcGG28rSrTDpCW
slippagenumber · max: 100Required

Slippage tolerance percentage

Example: 0.5
antiMevbooleanOptional

Enable anti-MEV protection

Example: false
priorityFeenumberRequired

Priority fee in native token

Example: 1000
poolAddressstringRequired

Optional pool address for specific trading

Example: 71HuFmuYAFEFUna2x2R4HJjrFNQHGuagW3gUMFToL9tk
requestIdstringOptional

Optional request identifier for tracking

Example: req-12345
Responses
chevron-right
200

Market order submitted successfully

application/json
post
/order/market

Last updated