Skip to main content
GET
/
v1
/
limits
/
session
Get Session Limits
curl --request GET \
  --url https://api.gm.ondo.finance/v1/limits/session \
  --header 'x-api-key: <api-key>'
[
  {
    "limits": [
      {
        "symbol": "AAPLon",
        "premarket": {
          "tradable": true,
          "maxAttestationCount": "500",
          "maxActiveNotionalValue": "10000"
        },
        "regular": {
          "tradable": true,
          "maxAttestationCount": "500",
          "maxActiveNotionalValue": "200000"
        },
        "postmarket": {
          "tradable": true,
          "maxAttestationCount": "500",
          "maxActiveNotionalValue": "200000"
        },
        "overnight": {
          "tradable": true,
          "maxAttestationCount": "500",
          "maxActiveNotionalValue": "200000"
        }
      },
      "..."
    ],
    "timestamp": 1769192550134
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

symbol
string

The GM token symbol.

Response

OK

limits
object[]
required
timestamp
number
required

The Unix timestamp in milliseconds when the trading limits were last updated.

Example:

1769116067536