cURL
curl --request GET \ --url https://damm-api.meteora.ag/alpha-vault
[ { "base": "<string>", "base_mint": "<string>", "owner": "<string>", "pool_address": "<string>", "pool_type": 123, "quote_mint": "<string>", "token_out_vault": "<string>", "token_vault": "<string>", "vault_address": "<string>" } ]
List of vault addresses to filter
List of pool addresses to filter
List of base mint to filter
The response is of type object[].
object[]
Was this page helpful?