Intra-account business transfer

When to call this API  
Call /transfer/internal when the money stays inside the same platform account  
(same accountId) but moves between its sub-wallets/balances.  
Example:  
- A company wants to shift 1,000 USD from its BUSINESS_ACCOUNT balance to its INFINITY_ACCOUNT balance  
- A user wants to move 0.5 BTC from his CRYPTO_CONNECT wallet to his USD balance in BUSINESS_ACCOUNT  
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

When to call this API

Use /transfer/internal for fund movements within the same account structure (same accountId), transferring balances between its sub-wallets/balances.

Core use cases

  • Moving funds from CryptoConnect to Infinity Account, supporting both fiat and stablecoins.
  • Moving funds from Infinity Account to CryptoConnect, supporting fiat only, stablecoins are not supported in this direction.
Body Params
string
required

Idempotency key provided by the client to ensure uniqueness of the transfer request

uuid
required

The UUID of the Account.

string
required

Total transfer amount (Including handling fees). Fraction digits depend on currency precision: USDC / USDT / WUSD: up to 6 decimal places; ETH / BTC: up to 8 decimal places; default to 2 decimal places.

from
object
required

Transfer source details (payer information)

to
object
required

Transfer destination details (payee information)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json