@cryptodevops/n8n-nodes-defillama
Version:
Custom n8n node for DefiLlama API - Access DeFi protocols data, TVL, yields, and chain analytics
10 lines (9 loc) • 358 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class DefiLlamaApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}