Skip to main content
GET
/
api
/
v1
/
liquidity
/
utilization
/
settlement-confirmations
/
{drawdownId}
Get Settlement Confirmations
curl --request GET \
  --url https://api.mansafinance.co/api/v1/liquidity/utilization/settlement-confirmations/{drawdownId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "drawdown_id": "a1a2b3c4-d5e6-4789-9abc-def012345678",
  "count": 3,
  "confirmations": [
    {
      "id": "f8e9a0b1-2c3d-4e5f-6a7b-8c9d0e1f2a3b",
      "confirmation_id": "2a3b4c5d-6e7f-4890-9a0b-1c2d3e4f5a61",
      "drawdown_id": "a1a2b3c4-d5e6-4789-9abc-def012345678",
      "route_id": "9f5c0a5b-2a7e-4a6d-9b6a-9c5d8f1e2a33",
      "reference_type": "TX_HASH",
      "reference_value": "20251016-BOFAUS3N-123456789",
      "recorded_at": "2025-10-16T15:42:10Z",
      "evidence_url": "https://tronscan.io/#/transaction/3c9f3a7c...",
      "metadata": {},
      "created_at": "2025-10-16T15:42:10Z",
      "updated_at": "2025-10-16T15:42:10Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

drawdownId
string
required

Unique identifier of the drawdown to retrieve confirmations for

Response

Settlement confirmations retrieved successfully

drawdown_id
string
required

Drawdown ID these confirmations belong to

Example:

"a1a2b3c4-d5e6-4789-9abc-def012345678"

count
integer
required

Number of confirmations found

Example:

3

confirmations
object[]
required

Array of settlement confirmations