Skip to main content
The current API is the v0 surface under /v0/insto/custody/. It replaces the earlier POST /0/private/GetCustody* and POST /0/private/ListCustody* methods. Authenticate as described in Custody REST authentication.

Endpoint index

Every published operation, grouped as it appears in the sidebar. Paths link to the full operation reference.

Assets

Organizations

Vaults

Deposits

Withdrawals

Tasks

Transactions

Moving from the legacy methods

Gaps without a direct successor

  • Earn. There is no Custody v0 equivalent of the legacy Earn APIs. Staking positions surface indirectly through the staked component on GET /v0/insto/custody/vaults/{vault_id}/assets/balances and through the custody_staking* transaction types.
  • OTC quote and accept. There are no dedicated OTC quote or acceptance endpoints on Custody v0. Settled OTC activity appears as otc_buy and otc_sell transaction types. Use the OTC REST API to trade.