{"openapi":"3.1.0","info":{"title":"mindshare.fyi","version":"1.0.0","description":"mindshare.fyi is a live mosaic of coin tiles on Solana and Robinhood Chain. Send value to a coin’s permanent address and its art — and its icon — take more of the screen."},"servers":[{"url":"https://mindshare-three.vercel.app"}],"paths":{"/api/v1/arena":{"get":{"summary":"Live board snapshot","parameters":[{"name":"window","in":"query","schema":{"enum":["now","day","forever"]}}]}},"/api/v1/coins":{"post":{"summary":"Register or fetch a coin","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"enum":["solana","robinhood"]},"ca":{"type":"string"}},"required":["ca"]}}}}}},"/api/v1/coins/{chain}/{ca}":{"get":{"summary":"Coin + last pulse"}},"/api/v1/pulses/{chain}/{ca}":{"get":{"summary":"Recent pulses"}},"/api/v1/visits":{"get":{"summary":"Board visit count"},"post":{"summary":"Count this session once and return the total"}}}}