Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure your developer fee percentage
align.developers.updateFees( data: UpdateDeveloperFeesRequest ): Promise<DeveloperFeesResponse>
Show Fee Properties
const response = await align.developers.updateFees({ developer_receivable_fees: { onramp: 1.0, offramp: 0.5, cross_chain_transfer: 0.5, }, }); console.log("Fees updated!");