Provides real-time trading limits based on global, user, and asset-specific exposure limits.
Limits:
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.
The GM token symbol.
The trade side The direction of the trade.
buy, sell 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.