HomeDocumentationAPI Reference
Log In
API Reference

Get Vault Assets

Method Name

public/get_vault_assets

Returns all vault assets tracked by orderbook.

Parameters

Response

id  string or integer required

result  array of objects required

result[]. asset_id  string required
DB ID of the newly created asset

result[]. chain_id  integer required
Number of decimals of the on-chain ERC20 token

result[]. erc20_address  string required
Address of the ERC20 which tracks transfer events and balances

result[]. integrator  string required
Integrator token to track points for

result[]. name  string required
Name of Vault ERC20 asset to track

result[]. rpc_url  string required
RPC URL of the chain to track the asset on

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}