Send USDC from the app resolved by the API key
Resolve recipient and amount from context, then spend USDC through the app associated with the calling API key. This is the app-id-free transfer route used by the current HEVN CLI.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Alternative API key header. Use Authorization Bearer by default, or X-Api-Key when that header mode is configured.
Body
Body of POST /apps/transfer.
Exactly one of contactId / quoteId / invoiceId MUST be set
(mirrors the /mcp/transfer body). amount is required when
contactId is the dispatch path; otherwise it's derived from the
referenced invoice / quote.
Response
Successful Response