Get your API key at hackathon-apikey.vercel.app.
unlink client (set via createUnlink(), see Quickstart). Sender, recipient, and amount are all hidden by a zero-knowledge proof.
Single recipient
Multiple recipients
Parameters
Single recipient:| Parameter | Type | Required | Description |
|---|---|---|---|
recipientAddress | string | Yes | Recipient Unlink address (unlink1...) |
token | string | Yes | ERC-20 token address |
amount | string | Yes | Amount in the token’s smallest unit (wei for 18-decimal tokens) |
| Parameter | Type | Required | Description |
|---|---|---|---|
token | string | Yes | ERC-20 token address |
transfers | Array<{ recipientAddress: string; amount: string }> | Yes | List of recipients and amounts |
{ txId: string; status: string }