Skip to main content

getFreqtradeToken

Get Freqtrade API token for a bot (for FreqUI authentication) Backend authenticates with bot API and returns JWT tokens This avoids exposing bot credentials to the frontend

getFreqtradeToken(
botId: ID!
): FreqtradeToken!

Arguments

getFreqtradeToken.botId ● ID! non-null scalar

Type

FreqtradeToken object

Freqtrade API token for FreqUI authentication. Used to pre-authenticate FreqUI iframe without exposing credentials.