Skip to main content
POST
Simulate collateral funding

Authorizations

Api-Key
string
header
required

Body

application/json

Collateral funding simulation request

contractId
string<uuid>
required

The collateral contract ID to fund. Must belong to your tenant or be an operator-owned contract for your tenant.

currency
enum<string>
required

The currency to simulate. Currently only rusd is supported.

Available options:
rusd
amount
integer
required

The amount in cents (USD minor units). For example, 10000 represents $100.00.

Required range: x >= 0

Response

Successful operation

transactionId
string<uuid>
required

A correlation ID for the simulation request.