Fund Escrow

Allows users to deposit funds into an existing escrow contract, securing them until the agreed conditions are met.

Headers

Name
Value

Content-Type

application/json

x-api-key

<token>

Open API

post
Authorizations
Body
contractIdstringRequired

ID (address) that identifies the escrow contract

Example: ENG12345
signerstringRequired

Entity that signs the transaction that deploys and initializes the escrow

Example: GSIGN...XYZ
amountstringRequired

Amount to transfer to the escrow contract

Example: 100
Responses
post
/escrow/single-release/fund-escrow

What this Endpoint returns?

This endpoint returns the transaction unsigned so that the transaction can be signed by means of a customer wallet.

Use Example:

Last updated

Was this helpful?