Skip to main content
POST
Create a new exposure

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Headers

Api-Signature
string
required

A hex-encoded Ed25519 signature of timestamp_epoch_seconds + uppercase(http_method) + request_path + request_body.

Construction example:

Pattern: ^[0-9A-Fa-f]{128,160}$
Api-Timestamp
integer<int64>
required

Current timestamp, represented as unix epoch seconds

Body

application/json

The details for creating a new collateral exposure

The request payload for creating a new collateral exposure.

assetTrackingConfig
object
required

CM Exposure Asset tracking config

collateralPackageID
string
required

ID of the collateral package (packageId)

priceStrategy
enum<string>
required

This field specifies the pricing strategy to be used for the collateral package. To be implemented in the future

Available options:
DEFAULT,
BID,
ASK,
MID,
LAST
type
enum<string>
required

Type of exposure

Available options:
LOAN
clientReferenceId
string

A reference identifier provided by the client for this collateral exposure. For example: client’s internal loan ID

Response

Successfully created collateral exposure

exposureId
string
required