sanguine

RFQ Indexer API

This API provides access to the indexed bridge event data.

To make requests, use: https://api.synapseprotocol.com Swagger docs can be found here

API Calls

All API calls can be viewed in Swagger:

Swagger Documentation

  1. GET /api/pending-transactions-missing-relay
    • Description: Retrieves pending transactions that are missing relay events
    • Example:
      curl http://localhost:3001/api/pending-transactions/missing-relay
      
  2. GET /api/pending-transactions-missing-proof
    • Description: Retrieves pending transactions that are missing proof events
    • Example:
      curl http://localhost:3001/api/pending-transactions/missing-proof
      
  3. GET /api/pending-transactions-missing-claim
    • Description: Retrieves pending transactions that are missing claim events
    • Example:
      curl http://localhost:3001/api/pending-transactions/missing-claim
      
  4. GraphQL endpoint: /graphql
    • Description: Provides a GraphQL interface for querying indexed data, the user is surfaced an interface to query the data via GraphiQL

Env Vars

Important Scripts