Skip to main content
GET
Get User Trading Allowance

Authorizations

Authorization
string
header
required

JWT token for API access (alternative to cookie auth)

Query Parameters

spender
string

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

type
enum<string>
required

Trading type: CLOB or NegRisk

Available options:
clob,
negrisk

Response

User allowance information

allowance
string
Example:

"1000000000000"

hasMinimumAllowance
boolean
Example:

true

type
enum<string>
Available options:
clob,
negrisk
Example:

"clob"

spender
string
Example:

"0x..."

checkedAddress
string
Example:

"0x..."