Liquidity

Draw USDC credit into Solana treasury

Draws into the configured payout treasury. Requires Idempotency-Key so retries cannot double-borrow.

post/v1/liquidity/draws

Headers

X-API-Keystring

API key

Idempotency-Keystring required

Client-supplied key scoped per organization. Retries return the original draw; a different amount for the same key is rejected.

Request body

amountstring required

Amount to draw in USDC minor units (6dp)

Example request

{
  "amount": "1000000000"
}

Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.