Skip to main content
POST
Update a vault's off-chain metadata

Body

application/json
subaccount_id
integer<uint64>
required

The vault's subaccount ID; the caller must be the vault's curator.

Required range: x >= 0
description
string | null
mtm_cap
string<decimal> | null

Advisory mark-to-market cap in USD, as a decimal string (e.g. "1000").

name
string | null
whitelist_only
boolean | null

Response

Success

A generic { "status": "ok" } acknowledgement returned by fire-and-forget operations that have no data to return (e.g. updating account settings, MMP config, or the active currency).

status
string
required