v2
OAS 3.0.1

Facet API

Overview

Welcome to the Facet API Docs!

The V1 API has been deprecated. Instead, you can now access Facet data by making standard Ethereum JSON-RPC calls to https://mainnet.facet.org or https://sepolia.facet.org

Read more in our docs.

Example RPC call:

{
  "jsonrpc": "2.0",
  "method": "eth_call",
  "params": [
    {
      "to": "0xa848fe8a6658b45a63855868cb2fab62a03a6f49",
      "data": "0x70a08231000000000000000000000000b7d15753d3f76e794223992d663f4b9c86c0c78b"
    },
    "latest"
  ],
  "id": 1
}
No authentication selected
Client Libraries