cURL
curl --request GET \ --url https://api-v3.raydium.io/ido/key/ids
{ "id": "<string>", "success": true, "msg": "<string>", "data": [ {} ] }
Retrieve on-chain structure for IDO pools. Cached 20 seconds.
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Success
Common response envelope. The data field is supplied by each endpoint's response schema via allOf and is therefore not declared on the base envelope.
data
allOf
Request ID (UUID)
Whether the request was successful
Error message if success is false
Was this page helpful?