Get Wallets Metadata

post/api/v2/internal/stuckWallet/metadata

Returns metadata (label, enterprise name, BitGo org) for a list of wallet IDs.

Request Body

walletIds array[string] required
List of wallet IDs to fetch metadata for. Maximum 100 can be passed.
Example: ["59cd72485007a239fb00282ed480da1f"]

200 Response

wallets array[object] required
walletId string required
coin string required
label string required
enterpriseId string
enterpriseName string
bitgoOrg string
users array[string] required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id