---
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

## Changes

- **2026-03-26** `7583da44d16b` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `bearer` was removed from the API
- **2026-03-09** `57db5c3f80ff` — 1 info
  - the endpoint scheme security `limitless_session` was removed from the API

[Change history](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/changes/portfolio/trading/allowance/get.md)

---

[API](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc.dev/limitless-labs-group/apis/limitless-exchange-api/revisions/20e1fd747a5c?raw)
