Skip to main content

Discovering Orderly Vaults

You can use /nontokenized endpoint to discover all the available Orderly vaults:
This returns a list of available Orderly vaults with their position IDs and details.

Example response

For example, this is Orderly OmniVault position from /nontokenized

Route Example

Here’s how to deposit into Orderly OmniVault (positionId 0xa3426a1cef4052c056fced18099be899d93f1427d13b9a1df1806b91fad3d0c2). Route Mechanics:
  • Swap ETH to USDC if needed (Orderly OmniVault requires USDC deposits)
  • Execute the deposit transaction to add USDC to the Orderly Omnivault
  • Receive a nontokenized position in Orderly
Fee in ETH is required for Orderly vault deposits. The fee will be added to the native token of the chain and included in the tx.value.

Request Parameters

Route Response Example

The API returns a response with the following structure:
The route consists of two main actions:
  1. Swap: Convert ETH to the required token for the vault (if needed)
  2. Deposit: Deposit the converted token into the Orderly vault

Key Points

  • Use the /shortcuts/route/nontokenized endpoint for nontokenized position routing
  • The positionOut parameter uses the vault’s position ID
  • Fees are charged in the chain’s native token
  • The response includes transaction data ready to be executed on-chain