- PoolsApiFactory(configuration?, basePath?, axios?): {
pool(asset, height?, options?): AxiosPromise<Pool>;
pools(height?, options?): AxiosPromise<PoolsResponse>;
} Parameters
Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstance
Returns {
pool(asset, height?, options?): AxiosPromise<Pool>;
pools(height?, options?): AxiosPromise<PoolsResponse>;
}
pool:function
- pool(asset, height?, options?): AxiosPromise<Pool>
Parameters
- asset: string
Optional
height: numberOptional
options: any
Returns AxiosPromise<Pool>
pools:function
- pools(height?, options?): AxiosPromise<PoolsResponse>
Parameters
Optional
height: numberOptional
options: any
PoolsApi - factory interface