HomeDocumentationAPI Reference
Log In
API Reference

Get Vault Pools

Method Name

public/get_vault_pools

Get all registered vault erc20 pools.

Parameters

Response

idstring or integerrequired
resultarray of objectsrequired
result[].addressstringrequired
On-chain address of the manager contract
result[].chain_idintegerrequired
Chain ID of vault pool contract
result[].namestringrequired
Name of the Vault ERC20 Pool
result[].pool_typestringrequired
Pool contract type
enum swell_simple_stakingnon_socket_bridge

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}