Borrowing
Claim Escrowed Collateral
Claim collateral held in escrow after KYC renewal
POST
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Claim collateral held in escrow after KYC renewal
curl -X POST "https://api.trusset.org/lending-stocks/api/positions/{marketId}/claim-escrowed-collateral" \
-H "X-API-Key: trusset_your_key_here" \
-H "Content-Type: application/json" \
-d '{}'
{
"success": true,
"data": { "txHash": "0xabc...def" }
}
curl -X POST "https://api.trusset.org/lending-stocks/api/positions/{marketId}/claim-escrowed-collateral" \
-H "X-API-Key: trusset_your_key_here" \
-H "Content-Type: application/json" \
-d '{}'
{
"success": true,
"data": { "txHash": "0xabc...def" }
}
curl -X POST "https://api.trusset.org/lending-stocks/api/positions/{marketId}/claim-escrowed-collateral" \
-H "X-API-Key: trusset_your_key_here" \
-H "Content-Type: application/json" \
-d '{}'
{
"success": true,
"data": { "txHash": "0xabc...def" }
}
