Initiate transfer
Submits a token (or native) transfer from a derived wallet. On EVM testnets gas can be sponsored; on mainnet gas is debited from the business USD balance. Requires the wallet.transfer.create capability and an Idempotency-Key header — see Idempotency.
Authorizations
OAuth 2.0 access token from Auth-Edge.
Headers
Unique client-generated key (use a UUID) that makes this request safe to retry. A retry sent with the same key returns the original result instead of submitting again. See Idempotency.
Body
HD addressIndex of the sending wallet.
Recipient address.
Amount in the token's smallest unit (e.g. "1000000").
EVM, SOLANA Target chain id. Use 84532 (Base Sepolia) for sponsored testnet transfers. Required for EVM.
ERC-20 token contract. Omit for a native transfer.
Response
Created
The response is of type object.
