Skip to main content
GET
Get collateral offer by ID

Authorizations

Authorization
string
header
default:criffy_live_your_api_key_here
required

Bearer API key for authenticated /api/v1/* access.

Path Parameters

id
integer
required

Numeric offer identifier.

Response

Collateral offer.

id
integer
required
compositeKey
string
required
platform
object | null
required
chain
object | null
required
asset
object
required
platform_type
string
required
term_days
integer | null
required
initial_ltv
string
required

Initial loan-to-value percentage serialized as a decimal string.

margin_call_ltv
string | null
required

Margin-call LTV percentage serialized as a decimal string when available.

liquidation_ltv
string | null
required

Liquidation LTV percentage serialized as a decimal string when available.

is_active
boolean
required

Runtime activity status for the collateral offer. Published offers can be returned when this is false.

synced_at
string<date-time>
required
updated_at
string<date-time>
required