Get whether an Ondo asset is currently tradable
Reports whether an Ondo asset can be traded right now on the given side, and the gross caps if so. Ondo reports its trading limits per side, so a buy and a sell of the same asset can differ. Free to poll and consumes no attestation.
Authorizations
OAuth 2.0 authorization and token endpoints
Query Parameters
Ondo asset symbol
"AAPLon"
Whether to report the buy or the sell limits
buy, sell "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.
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.
"200000"
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.
"1234.560000000000000000"
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.
"100.000000000000000000"
String representing the object's type. Objects of the same type share the same value.
ondo_swap_trading_status The side the request asked for, echoed back
buy, sell "buy"
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.
true