spark_flashnet_getClawbackEligibleTransfers
Request
await request("spark_flashnet_getClawbackEligibleTransfers", {});const res = await request("spark_flashnet_getClawbackEligibleTransfers", {});Response
{
eligibleTransfers: Array<{
txId: string; // Spark transfer ID (sparkTransferId)
createdAt: string; // ISO timestamp of the original transfer
lpIdentityPublicKey: string; // LP that received the funds
}>
}Example with eligible transfers
If no transfers are eligible:
What it does
Errors
Last updated