{"ok":true,"name":"LootPad API","version":"v1","description":"Public read API for LootPad on Robinhood Chain - every coin, trade, and fee split. Free, no key.","base_url":"https://lootpad.tech/api/v1","docs":"https://lootpad.tech/developers","chain":{"id":4663,"name":"Robinhood Chain","explorer":"https://robinhoodchain.blockscout.com"},"conventions":["GET only; CORS is open to all origins","All on-chain amounts are wei as decimal strings (never floats)","Addresses are lowercase 0x hex","Timestamps are unix seconds","Successful responses are cached for ~10 seconds","Errors are {ok:false,error} with a matching HTTP status"],"endpoints":[{"method":"GET","path":"/api/v1","description":"This index."},{"method":"GET","path":"/api/v1/coins","params":"limit (1-500), sort (new|cap|bonded|hot)","description":"The live board: every tradeable coin with price, market cap, curve progress, and volume."},{"method":"GET","path":"/api/v1/coins/{address}","description":"One coin in full: detail, recent trades, lifetime fee split, graduation, and dev buy."},{"method":"GET","path":"/api/v1/coins/{address}/trades","params":"limit (1-1000)","description":"The coin's trade feed, newest first."},{"method":"GET","path":"/api/v1/stats","description":"Platform lifetime totals: fees paid to creators, $LOOT stakers, and the house, by launcher."},{"method":"GET","path":"/api/v1/leaderboard","description":"Top coins by lifetime volume and top creators by lifetime fees."},{"method":"GET","path":"/api/v1/creators/{address}","description":"A creator wallet: coins launched, lifetime creator fees, and currently claimable fees."}]}