---
title: "Get User Trading Allowance"
method: GET
path: "/portfolio/trading/allowance"
tags: ["Portfolio"]
---

# Get User Trading Allowance

`GET /portfolio/trading/allowance`

Check USDC allowance for CLOB or NegRisk trading contracts

## Query parameters

- `type` 'clob' | 'negrisk', required
- `spender` string

## Response `200`

User allowance information

- object
  - `allowance` string
  - `hasMinimumAllowance` boolean
  - `type` 'clob' | 'negrisk'
  - `spender` string
  - `checkedAddress` string

## Other responses

- `400` — Invalid type parameter
- `401` — Unauthorized
- `404` — Profile not found

---

[API](https://skmtc.net/limitless/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless/limitless-exchange-api/revisions/43f7d65e8e15/schema)
