πΈPayout (off ramp)
Name
Value
{
fromWalletAddress: string
fromWalletChain: string
amountInCents: number
destinationAccountId: string
}{
id: string;
referenceId: string;
customerId: string;
createdAt: string; // ISO date string
updatedAt: string; // ISO date string
status: string
protocolFeeAmountInCents: number;
source: {
amountInWei: string;
currency: string;
currencyAddress: string;
currencyChain: string;
fromAddress: string;
accountId: string;
};
destination: {
accountId: string;
currency: string;
};
fundingInstructions: {
fromAddress: string;
toAddress: string;
amountInWei: string;
currency: string;
currencyAddress: string;
currencyChain: string;
};
}Last updated