Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 612 Bytes

fetchIndexerApi.md

File metadata and controls

25 lines (13 loc) · 612 Bytes

@across-protocol/app-sdk / fetchIndexerApi

Function: fetchIndexerApi()

fetchIndexerApi<ResBody>(apiUrl, params, logger?): Promise<ResBody>

Type Parameters

ResBody

Parameters

apiUrl: string

params: Record<string, ParamBaseValue | ParamBaseValue[]>

logger?: LoggerT

Returns

Promise<ResBody>

Defined in

packages/sdk/src/utils/fetch.ts:134