Provider
Hooks (v1)
useSupportedChains()useSupportedTokens(chain)useBridgeQuote(params, { enabled })useExecuteBridge() : returns execute(quote) + transaction stateuseIntentStatus(intentId) (polling/stream)useOffers(intentId) (stream)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
React SDK for Fluton
<FlutonProvider client={fluton}>
<App />
</FlutonProvider>
useSupportedChains()useSupportedTokens(chain)useBridgeQuote(params, { enabled })useExecuteBridge() : returns execute(quote) + transaction stateuseIntentStatus(intentId) (polling/stream)useOffers(intentId) (stream){
data: T;
error: Error | null;
isLoading: boolean;
refetch: () => void;
}