Fund Escrow
Allows users to deposit funds into an existing escrow contract, securing them until the agreed conditions are met.
Allows flexible USDC amounts to be transferred to the escrow contract.
POST
escrow/fund-escrow
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
contractId
string
ID (address) that identifies the escrow contract
signer
string
Address of the user signing the contract transaction
amount
string
Amount to transfer to the escrow contract
Example of Request Body:
Possible Responses
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 (Using axios):
Was this helpful?