> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gelato.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Get list of chains where the oracle is available



## OpenAPI

````yaml get /oracles
openapi: 3.0.4
info:
  title: Relay API
  description: >-
    Gelato Relay API is a service that allows users and developers to get
    transactions mined fast, reliably and securely, without having to deal with
    the low-level complexities of blockchains.
  version: 1.0.12
servers:
  - url: https://api.gelato.digital
security: []
tags:
  - name: oracles
  - name: relays v2
  - name: tasks
paths:
  /oracles:
    get:
      tags:
        - oracles
      summary: Get list of chains where the oracle is available
      operationId: updatePet
      responses:
        '200':
          description: Successful Retrieval
          content:
            application/json:
              schema:
                type: object
                properties:
                  oracles:
                    items:
                      type: string

````