订单 - 创建市场
创建交易对
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Blockchain network identifier
solana
, ethereum
"solana"
DEX identifier
raydium
, openbook
, jupiter
"openbook"
Market display name
3 - 20
"SOL/USDC"
Base token mint address
"So11111111111111111111111111111111111111112"
Quote token mint address
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Minimum tradeable amount of base token
100000000
Minimum tradeable amount of quote token
100000
Market creator wallet address
"HN7cABqLq46Es1jh92dQQisAq662SmxELLLsHHe4YWrH"
Maker fee in basis points (1 = 0.01%)
0 <= x <= 10000
0
Taker fee in basis points (1 = 0.01%)
0 <= x <= 10000
0
Order expiry time in seconds
x >= 0
0
Priority fee in microLamports
"5000"
Primary oracle account address
"FmAmfoyPXiA8Vhhe6MZTr3U6rZfEZ1ctEHay1ysqCqcf"
Secondary oracle account address
"GwzBgrXb4PG59zjce24SF2b9JXbLEjJJTBkmytuEZj1b"
Additional market creation metadata
{
"tags": ["spot", "perpetual"],
"description": "SOL/USDC spot market"
}
Response
Base64 编码的交易
"AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEDRgYGpQEDAQIABQcICQoLDA0ODwAAAAAAAAAAAAAQERITFBUWFxgZGhscHR4fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
此页面对您有帮助吗?