Get Trading Limits
Provides real-time trading limits based on global, user, and asset-specific exposure limits.
Limits:
- The “Max Notional Value” limit is based on the dollar value of outstanding attestations. That is, if a user has a limit of $1,000,000, and has 30 non-expired, non-filled attestations at a value of $999,000, they will not be able to request another attestation for $1000.
- The “Remaining Attestations” limits the number of non-expired, non-executed attestations. For example if the limit is 50, and a user has 50 outstanding attestations, they must wait for one to execute or expire before requesting another.
If the market is closed or paused, the response will indicate that trading is not allowed and provide the reason. For more information on market hours, see the /v1/status/market endpoint.
Trading Limits Reason Codes
When trading is not allowed, the response will include a reason field which may include one of the following common codes:
MARKET_CLOSED: Market is closed.MARKET_PAUSED: Market is temporarily paused.ASSET_PAUSED: Specific asset is paused.ASSET_CLOSED_FOR_SESSION: The asset is not tradable in this session (e.g., not available overnight; see Get Market Data)ASSET_LIMITED: Asset can be traded, but order size is more limited than usual.MAX_LIMIT_REACHED: Maximum limit has been reached.MAX_ATTESTATIONS: Maximum attestations reached.
For caching details on this endpoint, please see: Endpoint Caching.
Authorizations
Query Parameters
The GM token symbol.
The trade side The direction of the trade.
buy, sell Response
OK
The Unix timestamp in milliseconds when the trading limits were last updated.
1746655938000
The GM token symbol.
"AAPLon"
The direction of the trade.
buy, sell The maximum token amount available to trade, represented as a string-encoded decimal with up to 18 digits after the decimal point.
"100.000000000000000000"
The maximum notional value available to trade, represented as a string-encoded decimal with up to 18 digits after the decimal point.
"1234.560000000000000000"
The number of remaining attestations for this asset.
"3"
Indicates whether the user is currently allowed to trade the asset
false
Reason why trading is restricted for the given asset and user.

