{
    "created_by": "Compound Finance",
    "about": "We needed a service to map Ethereum block numbers to timestamps quickly, so we built one! Any questions? Visit us at https://compound.finance/discord",
    "examples": {
        "https://timestamp.compound.finance/latest": {
            "9810167": 1586064975
        },
        "https://timestamp.compound.finance/9810167": {
            "9810167": 1586064975
        },
        "https://timestamp.compound.finance/9810166,9810167": {
            "9810166": 1586064971,
            "9810167": 1586064975
        },
        "https://timestamp.compound.finance/10000000?allow_missing": {
            "10000000": null
        },
        "https://timestamp.compound.finance/7655452?network=ropsten": {
            "7655452": 1586064962
        }
    }
}