Skip to main content
GET
Get whether an Ondo asset is currently tradable

Authorizations

Authorization
string
header
required

OAuth 2.0 authorization and token endpoints

Query Parameters

symbol
string
required

Ondo asset symbol

Example:

"AAPLon"

side
enum<string>
required

Whether to report the buy or the sell limits

Available options:
buy,
sell
Example:

"buy"

Response

Successful response.

Whether an Ondo asset is tradable right now, and the gross caps if so. tradable and both order caps describe the requested side. gross_max_active_notional_value is a session cap Ondo applies across both sides.

gross_max_active_notional_value
string | null
required

Cap in USD on the caller's outstanding orders in the session the market is currently in, both sides combined. Null when Ondo restricts the asset or the market is closed.

Example:

"200000"

gross_max_notional_value
string | null
required

Largest order Ondo will accept on the requested side, in USD. Null when Ondo restricts the asset, which is not the same as no limit.

Example:

"1234.560000000000000000"

gross_max_tokens
string | null
required

Largest order Ondo will accept on the requested side, in whole tokens. Null when Ondo restricts the asset, which is not the same as no limit.

Example:

"100.000000000000000000"

object
enum<string>
required

String representing the object's type. Objects of the same type share the same value.

Available options:
ondo_swap_trading_status
side
enum<string>
required

The side the request asked for, echoed back

Available options:
buy,
sell
Example:

"buy"

tradable
boolean
required

Whether the asset can be traded on the requested side right now. False whenever Ondo restricts it, the market is closed, or the current session disallows it.

Example:

true