Liquidity

Get a credit line position

get/v1/liquidity/positions/{positionId}

Path parameters

positionIdstring required

Position ID (liq_…)

Headers

X-API-Keystring

API key

Response

idstring required
drawnAmountstring required

Principal drawn, minor units

outstandingAmountstring required

Outstanding principal, minor units

feePaidstring nullable required

Fee paid after repayment, minor units

status'PENDING' | 'OPEN' | 'REPAYING' | 'REPAY_FAILED' | 'CLOSED' | 'FAILED' required
destinationLabelstring required

Human-readable destination label (no account ids)

drawnAtstring nullable required

When the draw opened (ISO), null if pending

closedAtstring nullable required

When the position closed (ISO)

Changes

No recorded changes to this endpoint across all 19 revisions of this API.