HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

OPERATE · MODULE 02

Wallets

Prepare, inspect, govern, and reconcile workspace- and network-bound MPC custody wallets, approved destinations, policies, ceremonies, transfers, and asset portfolios without exposing key or credential material.

BUSINESS CASES

Where this module fits

  • wallet onboarding
  • portfolio and balance review
  • network-aware token discovery and enablement
  • custody lifecycle governance

PRIMARY CONSUMERS

Who integrates it

  • treasury operators
  • custody integrations
  • wallet agents

PREREQUISITES

What must exist first

  • wallet scopes for the requested action
  • an active workspace and supported network
  • a registered public request-signing key and fresh purpose-bound step-up for sensitive mutations
  • approved custody, participant-domain, threshold, recovery, screening, and evidence policies

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    select the authenticated workspace, network, purpose, and approved custody policy

  2. 02

    read the authoritative token-import-network catalog before inspecting or enabling a contract asset

  3. 03

    prepare and complete distinct enrollment, attestation, activation, destination-approval, estimate, intent, signing, submission, and reconciliation stages

  4. 04

    read current wallet, policy, approved-address, balance, ceremony, transfer, and evidence state before every governed action

  5. 05

    reconcile ambiguous responses from authoritative state before retrying an equivalent idempotent request

MODULE CONTRACTS

Every mapped endpoint

Each operation states whether its request shape is authoritative in OpenAPI, reviewed as a planning profile, or intentionally left as an outline pending an owner schema.

GETGet wallet balances/api/v2/ledger/accounts/{account_id}/balancesList wallet balances through the authoritative custody service boundary.GETGet workspace seed/api/v2/workspaces/{id}/custody-ceremoniesInspect custody-ceremony metadata planned for one workspace without exposing a seed, key share, or signing secret.POSTSecure new workspace/api/v2/workspaces/{id}/custody-ceremoniesPrepare a workspace- and network-bound MPC custody ceremony under server-owned participant, threshold, recovery, and evidence policy.GETList bindings/api/v2/ai-walletsList workspace-scoped AI agent bindings and their lifecycle, capability, policy, and budget posture.POSTCreate binding/api/v2/ai-walletsPlanned capability: assign one Signed Workload Identity to an active purpose-built AI operational MPC wallet with an explicit least-privilege capability and budget policy; primary treasury binding is forbidden.GETGet binding/api/v2/ai-wallets/{binding_id}Return one workspace-scoped AI wallet binding and its current policy and budget summary.GETList activity/api/v2/ai-wallets/{binding_id}/activityList append-only binding, policy, and intent decisions with retained policy-version evidence.GETList transaction reviews/api/v2/ai-wallets/{binding_id}/approvalsList retained transaction review records, explicit readiness gates, and non-execution evidence without exposing an approval mutation.GETGet transaction review/api/v2/ai-wallets/{binding_id}/approvals/{approval_id}Return one immutable transaction review record, its digests, simulation posture, readiness gate, MPC progress, and any broadcast evidence.GETGet budget/api/v2/ai-wallets/{binding_id}/budgetReturn daily and monthly limits, reservations, and remaining capacity as decimal strings.GETGet execution mode/api/v2/ai-wallets/{binding_id}/execution-modeReturn the persisted execution mode and every unmet autonomy gate; this read never creates or changes authority.POSTDry run policy evaluation/api/v2/ai-wallets/{binding_id}/intent-evaluationsEvaluate a typed native-asset action without creating an intent, reservation, event, transaction, signature, approval, or broadcast.GETList intents/api/v2/ai-wallets/{binding_id}/intentsList workspace- and binding-scoped AI action intents and their retained decisions.POSTEvaluate intent/api/v2/ai-wallets/{binding_id}/intentsPlanned capability: evaluate a typed AI action against current capabilities, allowlists, budget, velocity, and approval policy.GETGet intent/api/v2/ai-wallets/{binding_id}/intents/{intent_id}Return one exact retained intent, decision, reason-code set, and policy version.POSTCancel intent/api/v2/ai-wallets/{binding_id}/intents/{intent_id}/cancelPlanned capability: cancel an eligible pending intent and release its reserved budget without signing or broadcasting.POSTPause binding/api/v2/ai-wallets/{binding_id}/pausePlanned capability: fail closed by pausing new intent authorization while retaining binding and audit evidence.GETList policy history/api/v2/ai-wallets/{binding_id}/policiesReturn retained policy versions and commitments so an integrator can reconstruct the authority contract governing any historical decision.GETGet policy/api/v2/ai-wallets/{binding_id}/policyReturn the complete versioned capability, allowlist, budget, velocity, and approval policy.PUTReplace policy/api/v2/ai-wallets/{binding_id}/policyPlanned capability: replace the complete policy through optimistic concurrency; omitted controls fail closed.POSTResume binding/api/v2/ai-wallets/{binding_id}/resumePlanned capability: resume intent evaluation under the binding's current versioned policy without widening authority.POSTRevoke binding/api/v2/ai-wallets/{binding_id}/revokePlanned capability: permanently revoke an AI wallet binding while retaining policy, intent, and audit evidence.GETList wallets/api/v2/walletsPlanned capability: list custody wallets, activation posture, balances, network addresses, and policy state.POSTCreate wallet/api/v2/walletsPlanned capability: create an MPC wallet draft with explicit network, participant, threshold, and recovery policy.GETGet wallet/api/v2/wallets/{wallet_uuid}Planned capability: return one wallet's public custody projection without exposing shares, seeds, nonces, or private key material.PATCHUpdate wallet policy/api/v2/wallets/{wallet_uuid}Planned capability: update eligible wallet labels, approved-address policy, or recovery settings through the custody boundary.POSTCreate activation challenge/api/v2/wallets/{wallet_uuid}/activation-challengesPlanned capability: create a short-lived challenge binding the wallet, authenticated client, policy, and current key epoch.POSTActivate wallet/api/v2/wallets/{wallet_uuid}/activationsPlanned capability: complete an authorized threshold activation ceremony using a valid activation challenge.GETList approved addresses/api/v2/wallets/{wallet_uuid}/approved-addressesPlanned capability: list active and historical approved destination records.POSTApprove address/api/v2/wallets/{wallet_uuid}/approved-addressesPlanned capability: submit a destination for governed wallet-address approval.DELETERevoke approved address/api/v2/wallets/{wallet_uuid}/approved-addresses/{address_uuid}Planned capability: revoke an approved destination while preserving audit evidence.GETList signing ceremonies/api/v2/wallets/{wallet_uuid}/signing-ceremoniesPlanned capability: list ceremony state and retained participant evidence for a wallet.POSTRequest signing ceremony/api/v2/wallets/{wallet_uuid}/signing-ceremoniesPlanned capability: request a policy-bound threshold signing ceremony for an immutable transaction digest.POSTEstimate transfer/api/v2/wallets/{wallet_uuid}/transfer-estimatesPlanned capability: return a fee-aware, non-authorizing transfer estimate.POSTCreate transfer intent/api/v2/wallets/{wallet_uuid}/transfer-intentsPlanned capability: create an unsigned transfer intent for subsequent policy and threshold authorization.POSTInspect custom token/api/v2/wallets/custom-asset-inspectionsVerify token metadata and catalog posture for one exact network-and-contract pair without changing wallet state.POSTEnable custom token/api/v2/wallets/custom-assetsIdempotently enable one inspected network-and-contract asset in the authenticated workspace's portfolio; this is metadata enablement, not wallet or value authority.GETGet portfolio/api/v2/wallets/portfolioReturn the authenticated workspace's MPC custody portfolio, chain-capability posture, token-import networks, reviewed token catalog, enabled assets, and recent activity without granting any wallet authority.GETList network token catalog/api/v2/wallets/token-catalogReturn reviewed and owner-enabled token assets for one mandatory explicit network without activating a wallet or granting signing, broadcast, trading, or value authority.GETRead network token catalog release proofs/api/v2/wallets/token-catalog-releasesReturn immutable release provenance, source hashes, and the aggregate catalog commitment for one mandatory explicit network without granting wallet or value authority.GETList token import networks/api/v2/wallets/token-import-networksReturn the exact CAIP-2 network choices currently accepted for custom-token inspection and import; clients must never infer a network from a contract address.GETList wallets/api/v2/operational-walletsList purpose-built AI and merchant MPC wallets in the authenticated workspace and signed network context.POSTCreate wallet/api/v2/operational-walletsCreate a purpose-built AI or merchant operational wallet that requires an independent MPC enrollment and settles only to the same-context primary treasury.GETGet wallet/api/v2/operational-wallets/{wallet_uuid}Return one purpose-built operational MPC wallet, its independent enrollment and activation posture, balance, and primary treasury settlement target.POSTPause wallet/api/v2/operational-wallets/{wallet_uuid}/pausePause new operational use while retaining the wallet, balance, settlement target, and audit evidence.POSTResume wallet/api/v2/operational-wallets/{wallet_uuid}/resumeResume an independently activated operational wallet without changing its workspace, network, purpose, or settlement target.POSTRevoke wallet/api/v2/operational-wallets/{wallet_uuid}/revokePermanently retire an operational wallet while retaining enrollment, activation, settlement, and event commitments.POSTRequest treasury settlement/api/v2/operational-wallets/{wallet_uuid}/settlementsCreate an idempotent settlement request from an active operational wallet to the immutable primary treasury in the same workspace and network.GETGet allocation summary/api/v2/operational-wallets/summaryReturn primary, AI, merchant, deployed operational, and pending-settlement allocation for the authenticated workspace and network.GETGet simplified wallet balances and meta data/api/v2/walletPlanned capability: list simplified wallet balances and meta data through the authoritative custody service boundary.GETGet additional funding options link/api/v2/wallet/additional_deposit_options_linkPlanned capability: list additional funding options link through the authoritative custody service boundary.POSTWhitelist a new external wallet for withdrawals/api/v2/wallet/addwalletPlanned capability: apply the requested transition to whitelist a new external wallet for withdrawals through the authoritative custody service boundary.GETGet crypto deposit pubkeys/api/v2/wallet/depositPlanned capability: list crypto deposit pubkeys through the authoritative custody service boundary.POSTEstimate transaction fees/api/v2/wallet/estimatePlanned capability: apply the requested transition to estimate transaction fees through the authoritative custody service boundary.GETGet all available ico tokens/api/v2/wallet/ico_tokensPlanned capability: list all available ico tokens through the authoritative custody service boundary.POSTRemove transit rsa public key/api/v2/wallet/invalidatersakeyPlanned capability: apply the requested transition to transit rsa public key through the authoritative custody service boundary.GETGet master password seed/api/v2/wallet/master_password_seed&email=0Planned capability: list master password seed through the authoritative custody service boundary.POSTRemove external crypto wallet/api/v2/wallet/removewalletPlanned capability: apply the requested transition to external crypto wallet through the authoritative custody service boundary.POSTInstantly transfer funds (secure send)/api/v2/wallet/securesendPlanned capability: apply the requested transition to instantly transfer funds (secure send) through the authoritative custody service boundary.POSTSet master password/api/v2/wallet/setmasterpasswordPlanned capability: apply the requested transition to set master password through the authoritative custody service boundary.POSTSign a payload message/api/v2/wallet/sign_payloadPlanned capability: apply the requested transition to sign a payload message through the authoritative custody service boundary.POSTSwap/convert currencies/api/v2/wallet/swapPlanned capability: apply the requested transition to swap/convert currencies through the authoritative custody service boundary.GETGet all transactions/api/v2/wallet/transactionsPlanned capability: return the lifecycle history for all transactions through the authoritative custody service boundary.POSTTransfer liquidity between wallets/api/v2/wallet/transferPlanned capability: apply the requested transition to transfer liquidity between wallets through the authoritative custody service boundary.POSTAdd new transit rsa public key/api/v2/wallet/transitkeyPlanned capability: apply the requested transition to add new transit rsa public key through the authoritative custody service boundary.GETValidate an external wallet address/api/v2/wallet/verifyaddressPlanned capability: return the assurance state for validate an external wallet address through the authoritative custody service boundary.GETValidate a user's email address/api/v2/wallet/verifyuserPlanned capability: return the assurance state for validate a user's email address through the authoritative custody service boundary.POSTWithdraw crypto (to an external wallet)/api/v2/wallet/withdrawPlanned capability: apply the requested transition to withdraw crypto (to an external wallet) through the authoritative custody service boundary.GETGet all whitelisted external withdrawal wallets/api/v2/wallet/withdrawalwalletsPlanned capability: list all whitelisted external withdrawal wallets through the authoritative custody service boundary.POSTSynchronize rotational wallets/api/v2/commerce/rotational-wallet-synchronizationsRequest idempotent synchronization and reconciliation of merchant rotational wallets.GETList rotational wallets/api/v2/commerce/rotational-walletsList invoice-scoped rotational wallets and reconciliation posture.POSTSettle rotational wallet/api/v2/commerce/rotational-wallets/{wallet_uuid}/settlementsPlanned capability: authorize fee-aware settlement of one rotational wallet into its merchant destination.POSTReserve payment wallet/api/v2/merchant/reserve_walletPlanned capability: apply the requested transition to reserve payment wallet through the authoritative commerce service boundary.GETGet all rotational wallets/api/v2/merchant/rotational_walletsPlanned capability: list all rotational wallets through the authoritative commerce service boundary.GETSync all rotational wallets/api/v2/merchant/sync_rotational_walletsPlanned capability: list sync all rotational wallets through the authoritative commerce service boundary.POSTRequest MPC ceremony/api/v2/governance/mpc-ceremoniesRequest a policy-authorized MPC ceremony from the custody boundary.POSTStart MPC signing/api/v2/governance/proposals/{proposal_uuid}/mpc-ceremonies/{request_uuid}/signing-sessionsStart commitment-bound threshold signing only after the pinned participant-readiness threshold is final.GETList authority wallets/api/v2/contracts/authority-walletsList activated MPC wallets eligible for smart-contract authority roles.POSTRegister wallet proof/api/v2/transfer-compliance/wallet-control-proofsRegister externally completed signed-challenge commitments without accepting private keys.GETGet aI wallet policy/api/v2/explorer/ai-wallet-policies/{identifier}Return ai wallet policy from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC wallet ceremonies/api/v2/explorer/mpc-wallet-ceremoniesList mpc wallet ceremonies from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet ceremony/api/v2/explorer/mpc-wallet-ceremonies/{request_uuid}Return mpc wallet ceremony from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC wallets/api/v2/explorer/mpc-walletsList mpc wallets from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet MPC wallet record/api/v2/explorer/mpc-wallets/{identifier}Return mpc wallets identifier from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet/api/v2/explorer/mpc-wallets/{wallet_identifier}Return mpc wallet from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet operational readiness/api/v2/explorer/mpc-wallets/{wallet_uuid}/operational-readinessReturn the current public posture for mpc wallet operational readiness from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC beneficial claims/api/v2/explorer/mpc-wallets/beneficial-claims/{domain_uuid}Return mpc beneficial claims from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody admission/api/v2/explorer/mpc-wallets/custody-admissions/{identifier}Return mpc custody admission from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC custody chain adapter admissions/api/v2/explorer/mpc-wallets/custody-chain-adapter-admissionsList mpc custody chain adapter admissions from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody chain adapter admission/api/v2/explorer/mpc-wallets/custody-chain-adapter-admissions/{identifier}Return mpc custody chain adapter admission from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC custody chain capabilities/api/v2/explorer/mpc-wallets/custody-chain-capabilitiesList mpc custody chain capabilities from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody chain capability/api/v2/explorer/mpc-wallets/custody-chain-capabilities/{identifier}Return mpc custody chain capability from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody chain readiness/api/v2/explorer/mpc-wallets/custody-chain-readinessReturn the current public posture for mpc custody chain readiness from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC custody domains/api/v2/explorer/mpc-wallets/custody-domainsList mpc custody domains from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody domain/api/v2/explorer/mpc-wallets/custody-domains/{identifier}Return mpc custody domain from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC custody gateways/api/v2/explorer/mpc-wallets/custody-gatewaysList mpc custody gateways from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody gateway/api/v2/explorer/mpc-wallets/custody-gateways/{identifier}Return mpc custody gateway from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody registry checkpoint/api/v2/explorer/mpc-wallets/custody-registry/checkpointList mpc custody registry checkpoint from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody reserve authority/api/v2/explorer/mpc-wallets/custody-reserve-authorities/{identifier}Return mpc custody reserve authority from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody reserve transfer/api/v2/explorer/mpc-wallets/custody-reserve-transfers/{identifier}Return mpc custody reserve transfer from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC custody root candidates/api/v2/explorer/mpc-wallets/custody-root-candidatesList mpc custody root candidates from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody root candidate/api/v2/explorer/mpc-wallets/custody-root-candidates/{identifier}Return mpc custody root candidate from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC custody transaction/api/v2/explorer/mpc-wallets/custody-transactions/{identifier}Return mpc custody transaction from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC wallet devnet faucet claims/api/v2/explorer/mpc-wallets/devnet-faucet/claimsList mpc wallet devnet faucet claims from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet devnet faucet claim/api/v2/explorer/mpc-wallets/devnet-faucet/claims/{claim_identifier}Return mpc wallet devnet faucet claim from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet devnet faucet attestation/api/v2/explorer/mpc-wallets/devnet-faucet/independent-attestations/latestReturn the verification projection for mpc wallet devnet faucet attestation from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet devnet faucet status/api/v2/explorer/mpc-wallets/devnet-faucet/statusReturn the current public posture for mpc wallet devnet faucet status from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC wallet faucets/api/v2/explorer/mpc-wallets/faucetsList mpc wallet faucets from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC nonmainnet frost evidence/api/v2/explorer/mpc-wallets/nonmainnet/frost/evidence/{evidence_identifier}Return the verification projection for mpc nonmainnet frost evidence from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC nonmainnet frost status/api/v2/explorer/mpc-wallets/nonmainnet/frost/status/{network_id}Return mpc nonmainnet frost status from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC wallet security domains/api/v2/explorer/mpc-wallets/security-domainsList mpc wallet security domains from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet security domain/api/v2/explorer/mpc-wallets/security-domains/{identifier}Return mpc wallet security domain from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC synthetic assets/api/v2/explorer/mpc-wallets/synthetic-assetsList mpc synthetic assets from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC synthetic asset integrity/api/v2/explorer/mpc-wallets/synthetic-assets/integrity/{network_id}Return the verification projection for mpc synthetic asset integrity from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC testnet synthetic asset quorum/api/v2/explorer/mpc-wallets/synthetic-assets/integrity/hybrid-testnet/quorumReturn the verification projection for mpc testnet synthetic asset quorum from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC synthetic faucet claim/api/v2/explorer/mpc-wallets/synthetic-faucet-claims/{claim_uuid}Return mpc synthetic faucet claim from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC synthetic transfer/api/v2/explorer/mpc-wallets/synthetic-transfers/{transfer_uuid}Return mpc synthetic transfer from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC wallet testnet faucet claims/api/v2/explorer/mpc-wallets/testnet-faucet/claimsList mpc wallet testnet faucet claims from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet testnet faucet claim/api/v2/explorer/mpc-wallets/testnet-faucet/claims/{claim_identifier}Return mpc wallet testnet faucet claim from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet testnet faucet attestation/api/v2/explorer/mpc-wallets/testnet-faucet/independent-attestations/latestReturn the verification projection for mpc wallet testnet faucet attestation from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC wallet testnet faucet status/api/v2/explorer/mpc-wallets/testnet-faucet/statusReturn the current public posture for mpc wallet testnet faucet status from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC testnet infrastructure evidence/api/v2/explorer/mpc-wallets/testnet/infrastructure/evidence/{evidence_identifier}Return the verification projection for mpc testnet infrastructure evidence from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC testnet infrastructure status/api/v2/explorer/mpc-wallets/testnet/infrastructure/statusReturn the current public posture for mpc testnet infrastructure status from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList mPC testnet wallet lifecycle acceptances/api/v2/explorer/mpc-wallets/testnet/lifecycle-acceptancesList mpc testnet wallet lifecycle acceptances from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC testnet wallet lifecycle acceptance/api/v2/explorer/mpc-wallets/testnet/lifecycle-acceptances/{acceptance_identifier}Return mpc testnet wallet lifecycle acceptance from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet mPC testnet settlement integrity/api/v2/explorer/mpc-wallets/testnet/settlement-integrityReturn the verification projection for mpc testnet settlement integrity from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet testnet settlement integrity/api/v2/explorer/mpc-wallets/testnet/settlement-integrity/{integrity_identifier}Return the verification projection for mpc testnet settlement integrity record from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList settlement wallet activations/api/v2/explorer/settlements/wallet-activationsList settlement wallet activations from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet settlement wallet activation/api/v2/explorer/settlements/wallet-activations/{activation_identifier}Return settlement wallet activation from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet settlements wallet activation/api/v2/explorer/settlements/wallet-activations/{identifier}Return settlements wallet activations identifier from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList settlement wallet enrollments/api/v2/explorer/settlements/wallet-enrollmentsList settlement wallet enrollments from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet settlement wallet enrollment/api/v2/explorer/settlements/wallet-enrollments/{enrollment_identifier}Return settlement wallet enrollment from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet settlements wallet enrollment/api/v2/explorer/settlements/wallet-enrollments/{identifier}Return settlements wallet enrollments identifier from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet transfer compliance MPC authorization/api/v2/explorer/transfers/mpc-authorizations/{authorization_uuid}Return transfer compliance mpc authorization from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.