POST /api/v2/trigger/order — Create a trigger order
Trigger Orders
Create Trigger Order
POST
POST /api/v2/trigger/order — Create a trigger order
Documentation Index
Fetch the complete documentation index at: https://docs.shuriken.trade/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.
Body
application/json
POST /api/v2/trigger/order request body
Amount in base units
Chain: "solana", "base", "bsc"
Token address to sell
Token address to buy
"above" or "below"
"price_usd", "market_cap_usd", "liquidity_usd"
Shuriken wallet ID
Expiry in hours (default: 24)
Required range:
x >= 0Slippage in basis points (default: 1000 = 10%)
Required for "trailing" behavior (0.01–99.0)
"immediate" (default) or "trailing"
Required for "immediate" behavior