Alpha Vault Configs
curl --request GET \
--url https://damm-api.meteora.ag/alpha-vault-configsconst options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/alpha-vault-configs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/alpha-vault-configs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://damm-api.meteora.ag/alpha-vault-configsfalse{
"fcfs_configs": [
{
"activation_type": 123,
"address": "<string>",
"depositing_duration_until_last_join_point": 123,
"end_vesting_duration": 123,
"escrow_fee": 123,
"individual_depositing_cap": 123,
"max_depositing_cap": 123,
"start_vesting_duration": 123
}
],
"prorata_configs": [
{
"activation_type": 123,
"address": "<string>",
"end_vesting_duration": 123,
"escrow_fee": 123,
"max_buying_cap": 123,
"start_vesting_duration": 123
}
]
}Alpha Vault
Alpha Vault Configs
GET
/
alpha-vault-configs
Alpha Vault Configs
curl --request GET \
--url https://damm-api.meteora.ag/alpha-vault-configsconst options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/alpha-vault-configs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));const options = {method: 'GET'};
fetch('https://damm-api.meteora.ag/alpha-vault-configs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));curl --request GET \
--url https://damm-api.meteora.ag/alpha-vault-configsfalse{
"fcfs_configs": [
{
"activation_type": 123,
"address": "<string>",
"depositing_duration_until_last_join_point": 123,
"end_vesting_duration": 123,
"escrow_fee": 123,
"individual_depositing_cap": 123,
"max_depositing_cap": 123,
"start_vesting_duration": 123
}
],
"prorata_configs": [
{
"activation_type": 123,
"address": "<string>",
"end_vesting_duration": 123,
"escrow_fee": 123,
"max_buying_cap": 123,
"start_vesting_duration": 123
}
]
}Was this page helpful?
⌘I

