App

An App is a service that provides users access to the 0x API

query Apps {
  apps(limit: 1) {
    chains
    app
  }
}

Last updated