Skip to main content
POST
Send USDC from the app resolved by the API key

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string | null
x-api-key
string

Alternative API key header. Use Authorization Bearer by default, or X-Api-Key when that header mode is configured.

Body

application/json

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.

contactId
string<uuid> | null
quoteId
string | null
invoiceId
string<uuid> | null
amount
number | null
memo
string | null

Response

Successful Response

txHash
string
required