Skip to main content
GET
Get current settlement preference and stable token options

Authorizations

Authorization
string
header
required

JWT token for wallet authentication

Response

Settlement preferences and token options retrieved successfully

settlement_preference
enum<string>

Current settlement preference

Available options:
stables_only,
stables_preferred,
tokens
Example:

"stables_preferred"

description
string

Human-readable description of the current setting

Example:

"Prefer stable coins when available, fallback to original token"

selected_settlement_token
object | null

Currently selected stable settlement token (or default)

available_stable_tokens
object[]

All available stable settlement tokens for selection

updated_at
integer

Last time preferences were updated (epoch seconds).