# Create USDC Transaction Creates a new USDC transaction from a specified bank account. The destination address is identified by the static_memo_id provided in the request body. Endpoint: POST /accounts/{account_id}/usdc Version: 1.0.0 Security: apiKeyAuth ## Path parameters: - `account_id` (string, required) The ID of the account. ## Header parameters: - `x-entity-id` (string) Optional entity ID for scoped access to entity-specific data ## Request fields (application/json): - `amount` (any, required) - `static_memo_id` (string, required) - `internal_note` (any) - `emails` (any) ## Response 200 fields (application/json): - `id` (string, required) - `status` (string, required) Enum: "pending", "canceled", "processing", "error", "sent", "void" - `amount` (string, required) - `internal_note` (any) - `created_time` (integer, required) - `destination_address` (string, required) - `destination_payment_rail` (string, required) Enum: "arbitrum", "avalanche_c_chain", "base", "ethereum", "optimism", "polygon", "solana", "stellar", "tron", "ach", "ach_push", "ach_same_day", "wire" - `destination_address_nickname` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)