cURL
curl --request GET \ --url https://api-v3.raydium.io/main/auto-fee
{ "id": "<string>", "success": true, "msg": "<string>", "data": {} }
Retrieve estimated on-chain costs (lamports). Cached 60 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?