Create an account transfer
Create an account transfer
Create a transfer from an account to a verified blockchain address or another account.
POST
Create an account transfer
Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
Example:
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
The destination of a transfer. Can be a verified blockchain address or another account.
- Option 1
- Option 2
The source of the transfer. The type must be account.
Response
Successfully created a transfer.
A transfer of funds returned by the create transfer endpoint.