Create Send
Sends USDT from an account’s wallet to another Whop user or business. With link: true instead of to, funds a claim link anyone with the URL can redeem (requires the airdrop_link:manage scope) and returns its claim_url.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Query Parameters
The sending account ID.
Body
USDT amount to send — or the per-claim USD amount when link is true.
Recipient user ID, business account ID, ledger account ID, or email. Omit when link is true.
When true, creates a claim link instead of sending to a recipient. Mutually exclusive with to. Requires the airdrop_link:manage scope.
Claim-link expiry as an ISO 8601 timestamp (link mode only). Defaults to 24 hours from creation.
How many different users can claim the link (link mode only). Defaults to 1.

