Liquidity

Get credit line facility

get/v1/liquidity/facility

Headers

X-API-Keystring

API key

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.