Liquidity

Update credit line payout treasury

patch/v1/liquidity/facility

Headers

X-API-Keystring

API key

Request body

payoutTreasuryIdstring required

Solana payout treasury id that should receive credit draws

Example request

{
  "payoutTreasuryId": "trs_abc123"
}

Response

currencystring required
networkstring required
payoutTreasuryIdstring nullable required

Configured Solana payout treasury id. Null when no Solana treasury exists.

Example response

{
  "currency": "USDC",
  "network": "SOLANA",
  "payoutTreasuryId": "trs_abc123",
  "payoutTreasuries": [
    {
      "id": "trs_abc123"
    }
  ]
}

Changes

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