Admin Patch Base Asset Jurisdiction Settings

patch/api/stablecoin/v1/admin/base-asset/jurisdiction-settings

Updates jurisdiction settings for a base asset (partial update).

Request Body

symbol string required
Base asset symbol
Min length: >= 1 characters
Example: usd1
jurisdictionSettings dictionary<string, object> required
Jurisdiction settings to update (partial — only provided jurisdictions are updated)
Example: {"BitGo Trust":{"access":"public"},"BitGo Singapore":{"access":"gated"}}
object

200 Response

symbol string required
Base asset symbol
Min length: >= 1 characters
Example: usd1
name string required
Human-readable name of the base asset
Min length: >= 1 characters
Example: USD1
jurisdictionSettings dictionary<string, object> required
Full jurisdiction settings after the update
Example: {"BitGo Trust":{"access":"public"},"BitGo Singapore":{"access":"gated"}}
object

400 Response

404 Response

500 Response