Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.pumpsim.dev/v1/sim/coin/{mint}
{ "mint": "So11111111111111111111111111111111111111112", "state": { "migrated": false, "reserves": { "r_sol_reserves": 0, "r_token_reserves": 793100000000000, "v_sol_reserves": 30000000000, "v_token_reserves": 1073000000000000 } }, "stats": { "market_cap_sol": 27.958993476, "market_cap_usd": 2022.5535880708296, "price_per_token_sol": 2.7958993476234855e-8 } }
Fetch a coin’s on-chain reserves and return the equivalent simulation state and stats.
Coin mint address (base58)
OK
"So11111111111111111111111111111111111111112"
Show child attributes