getAllowance, approve, and sign when specifying the DZap service:
Services.swap; use Services.trade for swap/bridge.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Services enum for getAllowance, approve, and sign.
getAllowance, approve, and sign when specifying the DZap service:
import { Services } from "@dzapio/sdk";
Services.trade; // "trade" - swaps and bridges
Services.dca; // "dca" - DCA operations
Services.zap; // "zap" - Zap operations
Services.swap; use Services.trade for swap/bridge.