Create a transfer
A transfer can be made from an existing business account to a blockchain location.
cirBTC transfers: When amount.currency=CIRBTC, the recipient’s chain (looked up from destination.addressId) determines how the transfer is processed:
- Recipients on
chain=ETHorchain=ARCreceive an onchain cirBTC transfer. - Recipients on
chain=BTCtrigger redemption to native Bitcoin: the cirBTC is burned and an equivalent amount of native Bitcoin (1:1) is released to the Bitcoin address.
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
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
- Option 1
- Option 2
The wallet to be used as the source of the transfer. If not provided, the transfer will come from the main wallet of the account.
You can get wallet IDs associated with your account using the Core API for Institutions.
An optional customer-supplied reference for reconciliation purposes. Only supported for cross-entity transfers.
^[A-Za-z0-9-]{1,21}$"INV-2024-001234"
Response
Successfully created a transfer.
A transfer of funds.