Hosts
| Environment | Host |
|---|---|
| Mainnet | owner-v1.raydium.io |
| Devnet | owner-v1-devnet.raydium.io |
Overview
The API exposes five main endpoints organized by resource type:/position/stake/{owner}— Stake positions (standard AMM / CPMM LP)/position/clmm-lock/{owner}— Locked CLMM positions/create-pool/{owner}— Pools created by this wallet/main/ido/{owner}— IDO participation data
Data freshness
This service caches position data and updates it periodically. Very recent position changes (within seconds) may not appear immediately in responses.Common patterns
Fetch all stake positions for a wallet
{owner} with the wallet’s public key in base58 format.

