Method Name
public/get_vault_assets
public/get_vault_assetsReturns all vault assets tracked by orderbook.
Parameters
Response
| idstring or integerrequired |
| resultarray of objectsrequired |
| result[].asset_idstringrequired DB ID of the newly created asset |
| result[].chain_idintegerrequired Number of decimals of the on-chain ERC20 token |
| result[].erc20_addressstringrequired Address of the ERC20 which tracks transfer events and balances |
| result[].integratorstringrequired Integrator token to track points for |
| result[].namestringrequired Name of Vault ERC20 asset to track |
| result[].rpc_urlstringrequired 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}