Forta GraphQL API

The Forta GraphQL API exposes the network's alerts and blockchain project threat-intelligence data. A single GraphQL endpoint accepts POST queries authenticated with a Bearer API key; the primary root query is `alerts`, with Relay-style cursor pagination (pageInfo/endCursor/hasNextPage). Paid plan and API key required.

API entry from apis.yml

apis.yml Raw ↑
aid: forta:forta-graphql-api
name: Forta GraphQL API
description: The Forta GraphQL API exposes the network's alerts and blockchain project threat-intelligence
  data. A single GraphQL endpoint accepts POST queries authenticated with a Bearer API key; the primary
  root query is `alerts`, with Relay-style cursor pagination (pageInfo/endCursor/hasNextPage). Paid plan
  and API key required.
humanURL: https://docs.forta.network/en/latest/api/
baseURL: https://api.forta.network/graphql
tags:
- Alerts
- Security
- GraphQL
properties:
- url: https://docs.forta.network/en/latest/
  type: Documentation
- url: https://docs.forta.network/en/latest/api/
  type: APIReference
- url: https://api.forta.network/graphql
  type: GraphQL
- url: authentication/forta-authentication.yml
  type: Authentication
- url: conventions/forta-conventions.yml
  type: Conventions
- url: data-model/forta-data-model.yml
  type: DataModel