Creating a transfer
Instead of using a public address, the Create Transfer endpoint operates with Wallet IDs. For a refresher on Wallet IDs, consult the Wallets page. When creating a transfer, specify the source wallet ID (and its associated portfolio) as well as the destination wallet ID. To perform a transfer between two portfolios, an entity or organization-level API key is necessary to keep all wallets in scope. Transfers are subject to Prime’s consensus approval process, which can be configured in the Prime UI. Below is an example showing how to create a transfer.Tracking Transfer Status
Use the Transaction ID returned by the Create Transfer endpoint to track the transaction’s status:- Get Transaction by ID: Retrieves detailed information for a single transaction.
- List Transactions: Can filter by
WITHDRAWAL
to list all withdrawal transactions.