Skip to main content
GET
Get Asset Statuses

Authorizations

x-api-key
string
header
required

Response

OK

symbol
string
required

The GM token symbol.

Example:

"AAPLon"

status
enum<string>
required

The current status of the pause. ('active' indicates the pause is live, 'upcoming' indicates it is scheduled for the future)

Available options:
active,
upcoming
Example:

"active"

type
enum<string>
required

The type of pause. ('scheduled' indicates a planned pause for events such as dividends, 'unscheduled' indicates an unplanned pause such as emergency maintenance)

Available options:
scheduled,
unscheduled
Example:

"unscheduled"

reason
object

Reason for an asset trading restriction.

Example:
start
string

The start time of the pause. ('unscheduled' pauses may not provide a start time.)

Example:

"2025-08-05T10:30:00Z"

end
string

The end time of the pause. ('unscheduled' pauses may not provide an end time.)

Example:

"2025-08-05T10:45:00Z"

eventId
string

The unique id associated with the pause. (Might be empty if the sharesMultiplier will not be updated for the asset during the pause.)

Example:

"94fe2f8f-e69c-45a5-9e48-dd8226dd8e67"

updateSharesMultiplier
enum<boolean>

A boolean flag that indicates whether the sharesMultiplier value will be updated for the asset during this pause or not.

Available options:
true,
false
Example:

true