Vaults

Get Vault Assets

Get a list of all assets in a vault.

get/api/v1/vaults/{id}/assets

Path parameters

idstring uuid required

ID of the vault to retrieve.

ID of the vault to retrieve.

Query parameters

pageinteger

The page number to fetch.

The page number to fetch.

sizeinteger

The number of items per page.

The number of items per page.

skip_countboolean

Whether to skip counting the total number of items.

Whether to skip counting the total number of items.

chainsstring[]
asset_idsstring[]
is_hiddenboolean
searchstring
sort_byOwnedAssetsSortableFields[]

Response

Successful Response

totalinteger required
pageinteger required
sizeinteger required

Changes

Changed in 2 of the 7 revisions of this API.151

  • 61a784d5855011See the full diff
    • added RippleAssetIdentifier to the owned_assets/items/priced_asset/asset_info/asset_identifier response property oneOf list for the response status 200

      response-property-one-of-added

    • added ripple discriminator mapping keys to the owned_assets/items/priced_asset/asset_info/asset_identifier response property for the response status 200

      response-property-discriminator-mapping-added

    • added the new exchange_paxos enum value to the owned_assets/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new paxos enum value to the owned_assets/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #6: ExchangeAssetIdentifier]/exchange_type response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the owned_assets/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/chain/unique_id response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the owned_assets/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain response property for the response status 200

      response-property-enum-value-added

    • added the new ton_testnet enum value to the owned_assets/items/priced_asset/asset_info/asset_identifier/oneOf[subschema #12: TonAssetIdentifier]/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain response property for the response status 200

      response-property-enum-value-added