v1

latestOpenAPI 3.0.02026-07-265081124.2 KB
Portfolio

Get User Trading Allowance

Check USDC allowance for CLOB or NegRisk trading contracts

get/portfolio/trading/allowance

Query parameters

type'clob' | 'negrisk' required

Trading type: CLOB or NegRisk

spenderstring

Optional spender address override (e.g., venue exchange address)

Response

User allowance information

allowancestring
hasMinimumAllowanceboolean
type'clob' | 'negrisk'
spenderstring
checkedAddressstring

Example response

{
  "allowance": "1000000000000",
  "hasMinimumAllowance": true,
  "type": "clob",
  "spender": "0x...",
  "checkedAddress": "0x..."
}