Initiate an MPC-secured external transfer from Fireblocks to a whitelisted destination address

domain: developers.fireblocks.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Add the destination to the external wallet whitelist: POST /v1/external_wallets with {"name": "<label>"}, then POST /v1/external_wallets/{walletId}/assets/{assetId} with {"address": "<onchain_address>"}
  2. Wait for address verification; GET /v1/external_wallets/{walletId}/assets/{assetId} until status is APPROVED
  3. Construct the transaction request body: {"assetId": "USDC_ETH", "source": {"type": "VAULT_ACCOUNT", "id": "<vaultAccountId>"}, "destination": {"type": "EXTERNAL_WALLET", "id": "<externalWalletId>"}, "amount": "<amount>", "note": "<memo>"}
  4. POST /v1/transactions; capture txId from response
  5. Poll GET /v1/transactions/{txId} until txStatus is COMPLETED or FAILED; check subStatus and errorDescription on failure
  6. Reconcile using the txHash field in the response to verify settlement on-chain via a block explorer or your own node

Known gotchas

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans