Order
Order - Close Market
Close trading pair
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required parameters for closing trading pair
Blockchain network identifier
Available options:
solana
, ethereum
Example:
"solana"
DEX identifier
Available options:
raydium
, openbook
, jupiter
Example:
"openbook"
Market address to close
Example:
"58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2"
Market admin wallet address
Example:
"HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH"
Priority fee in microLamports
Example:
"5000"
Additional market closure metadata
Example:
{
"reason": "low_volume",
"timestamp": "2024-03-14T12:00:00Z"
}
Response
200 - application/json
Base64 encoded transaction
Example:
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
Was this page helpful?