Method Signature
Parameters
object
required
Example
Developer fees are automatically included in quotes and collected when
transfers complete.
Related Methods
Get Fees
View current fees
Documentation Index
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>
const response = await align.developers.updateFees({
developer_receivable_fees: {
onramp: 1.0,
offramp: 0.5,
cross_chain_transfer: 0.5,
},
});
console.log("Fees updated!");