Function getSatAt

  • Asynchronously retrieves SAT data for a given sat number and index.

    Parameters

    • sat: number

      The unique identifier for the SAT.

    • Optionalindex: number = -1

      The index for the SAT data. Defaults to -1 which fetches the most recent inscription.

    • OptionalbaseUrl: string = _baseUrl

      The base URL for the API endpoint. Defaults to _baseUrl.

    Returns Promise<any>

    • A promise that resolves to the SAT data.