Market Addresses
Addresses of active markets on Devnet and Mainnet
Markets
Mainnet Address
Devnet Address
Authority
SOL / USDC
4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg
CS2H8nbAVVEUHWPF5extCSymqheQdkd4d7thik6eet9N
The devnet markets use custom SPL tokens in order to more easily facilitate setup for testers. You will need devnet SOL to send transactions as well as the base and quote tokens to place trades.
How to acquire devnet SOL
To acquire devnet SOL, download the Solana CLI and call
solana airdrop 1
How to acquire base and quote tokens for a devnet Market
To acquire base and quote tokens, use the Phoenix-CLI and the
mint-tokens-for-marketcommand.Download the Phoenix CLI here.
Example call:
phoenix-cli mint-tokens-for-marketCS2H8nbAVVEUHWPF5extCSymqheQdkd4d7thik6eet9N $YOUR_PUBKEYEnsure that you are on the devnet network or specify it explicitly with the
-udcommand.
Last updated