API reference

Payouts and socials

Read what has been paid to whom.

GET/v1/payouts

Queued and sent payouts. Filters: launchId, platform, handle, status, limit.

GET/v1/socials/:platform/:handle

Every launch routing to a handle, with totals.

Payout
{  "id": "pay_01J8…",  "launchId": "lch_01J8…",  "platform": "telegram",  "handle": "durov",  "amountLamports": "412000000",  "status": "sent",  "externalRef": "tg_star_9f2c…",  "note": "Creator fees via socials.capital",  "createdAt": "2026-09-18T09:41:02.000Z",  "sentAt": "2026-09-18T09:41:20.000Z"}

platform can also be "wallet" for payouts sent to a plain Solana address instead of a social.