Order
Order - Take
Take order interface
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required parameters for taking order
Blockchain network identifier
Available options:
solana
, ethereum
Example:
"solana"
DEX identifier
Available options:
raydium
, openbook
, jupiter
Example:
"raydium"
Order amount in base units
Example:
1000000000
Order price in quote units
Example:
50.5
Order side
Available options:
bid
, ask
Example:
"bid"
Market/Pool address
Example:
"58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2"
Wallet address placing the order
Example:
"HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH"
Priority fee in microLamports
Example:
"5000"
Response
200 - application/json
Base64 encoded transaction
Example:
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
Was this page helpful?